showDevices method

Future<void> showDevices()

Show available audio/video devices (platform specific)

Implementation

Future<void> showDevices() async {
  _checkInitialized();
  await _playerMethodManager.showDevices();
}