pause method

dynamic pause()

播放文件通过文件路径

Implementation

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