showDevices method
Show available audio/video devices (platform specific)
Implementation
Future<void> showDevices() async {
_checkInitialized();
await _playerMethodManager.showDevices();
}
Show available audio/video devices (platform specific)
Future<void> showDevices() async {
_checkInitialized();
await _playerMethodManager.showDevices();
}