switchSpeaker method

Future<void> switchSpeaker()

Switches the current speaker to a different speaker that is available.

Implementation

Future<void> switchSpeaker() async {
  return await _methodChannel.invokeMethod<void>("switchSpeaker");
}