turnOnSpeaker method

Future<void> turnOnSpeaker()

Implementation

Future<void> turnOnSpeaker() async {
  await AudioManager().switchToSpeaker();
}