stop method

dynamic stop()

播放文件通过文件路径

Implementation

stop() async {
  return await _mMethodChannelRtmpPlayer?.stop();
}