setUnMute method

Future<void> setUnMute()

Implementation

Future<void> setUnMute() async {
  await _channel.invokeMethod('unMute', null);
}