reconnectPushAsync method

Future<void> reconnectPushAsync()

重连 异步接口

Implementation

Future<void> reconnectPushAsync() async {
  return _livePusherMethodChannel.invokeMethod(
    'reconnectPushAsync',
    wrapArgs(),
  );
}