unmute method

Future<bool?> unmute()

Implementation

Future<bool?> unmute() async {
  return await _channel.invokeMethod(
    'unmute',
  );
}