reconnectPushAsync method
重连 异步接口
Implementation
Future<void> reconnectPushAsync() async {
return AlivcLivePusher.methodChannel
.invokeMethod('reconnectPushAsync', _wrap());
}
重连 异步接口
Future<void> reconnectPushAsync() async {
return AlivcLivePusher.methodChannel
.invokeMethod('reconnectPushAsync', _wrap());
}