changeToSpeaker static method

Future<bool> changeToSpeaker()

Implementation

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