isPlaying method

dynamic isPlaying()

是否播放中

Implementation

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