restartPush method

Future<void> restartPush()

重新推流 同步接口

Implementation

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