toggleSpeaker static method

Future<bool> toggleSpeaker()

Implementation

static Future<bool> toggleSpeaker() async {
  return await _channel.invokeMethod('toggleSpeaker');
}