getAudioSettings method

Future<Map<String, dynamic>> getAudioSettings()
inherited

Calls native code to get the current speaker and bluetooth settings.

Implementation

Future<Map<String, dynamic>> getAudioSettings() {
  throw UnimplementedError('getAudioSettings() has not been implemented.');
}