menu
rtmp_player package
documentation
rtmp_player_controller.dart
RtmpPlayerController
pause method
pause method
dark_mode
light_mode
pause
method
Future
pause
(
)
暂停播放
Implementation
Future pause() async { return await rtmpPlayerViewState?.pause(); }
rtmp_player package
documentation
rtmp_player_controller
RtmpPlayerController
pause method
RtmpPlayerController class