getCurrentPosition method

dynamic getCurrentPosition()

获取当前播放时长

Implementation

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