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