pause method

Future pause()

暂停播放

Implementation

Future pause() async {
  return await rtmpPlayerViewState?.pause();
}