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