stop method

Future stop()

停止播放

Implementation

Future stop() async {
  return await rtmpPlayerViewState?.stop();
}