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