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