menu
feed_plugin package
documentation
widgets/chewie/chewie_player.dart
ChewieController
pause method
pause method
dark_mode
light_mode
pause
method
Future
<
void
>
pause
(
)
Implementation
Future<void> pause() async { await videoPlayerController.pause(); }
feed_plugin package
documentation
widgets/chewie/chewie_player
ChewieController
pause method
ChewieController class