stopMicrophone method
Implementation
Future<V2TXLiveCode> stopMicrophone() async {
var result = await _channel.invokeMethod('stopMicrophone', {});
return _liveCodeWithResult(result);
}
Future<V2TXLiveCode> stopMicrophone() async {
var result = await _channel.invokeMethod('stopMicrophone', {});
return _liveCodeWithResult(result);
}