isMicrophoneMute method

Future<bool> isMicrophoneMute()

(UNTESTED)

Implementation

Future<bool> isMicrophoneMute() async {
  return (await _channel.invokeMethod<bool>('isMicrophoneMute'))!;
}