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