stopPush method

Future<void> stopPush()

停止推流

Implementation

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