stopPush method

Future<void> stopPush()

停止推流

Implementation

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