unmute method

Future<String?> unmute()
inherited

Unmute the device temporarly even if the mute switch is on or toggled in settings.

Implementation

Future<String?> unmute() async {
  throw UnimplementedError('canLaunch() has not been implemented.');
}