stopPush method
停止推流
Implementation
Future<void> stopPush() async {
return await AlivcLivePusher.methodChannel
.invokeMethod('stopPush', _wrap());
}
停止推流
Future<void> stopPush() async {
return await AlivcLivePusher.methodChannel
.invokeMethod('stopPush', _wrap());
}