stopPlay method

Future<void> stopPlay()

停止播放音视频流

Implementation

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