pause method

Future<void> pause()

暂停播放

Implementation

Future<void> pause() async {
  await _state?.flutterRtmpPlugin?.pause();
}