reconnectPushAsync method

Future<void> reconnectPushAsync()

重连 异步接口

Implementation

Future<void> reconnectPushAsync() async {
  return AlivcLivePusher.methodChannel
      .invokeMethod('reconnectPushAsync', _wrap());
}