menu
flutter_video_controls package
documentation
chewie.dart
ChewieController
play method
play method
dark_mode
light_mode
play
method
Future
<
void
>
play
(
)
Implementation
Future<void> play() async { await videoPlayerController.play(); }
flutter_video_controls package
documentation
chewie
ChewieController
play method
ChewieController class