restartPushAsync method

Future<void> restartPushAsync()

重新推流 异步接口

Implementation

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