resumeAsync method
恢复推流 异步接口
Implementation
Future<void> resumeAsync() async {
return _livePusherMethodChannel.invokeMethod(
'resumeAsync',
wrapArgs(),
);
}
恢复推流 异步接口
Future<void> resumeAsync() async {
return _livePusherMethodChannel.invokeMethod(
'resumeAsync',
wrapArgs(),
);
}