play method

dynamic play()

播放文件通过文件路径

Implementation

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