isMicEnabled method

Future<bool> isMicEnabled()

Implementation

Future<bool> isMicEnabled() async {
  return await _methodChannel.invokeMethod('isMicEnabled');
}