menu
ta_videoplayer package
documentation
controllers/ta_video_controller.dart
TaVideoController
mute method
mute method
dark_mode
light_mode
mute
method
Future
<
void
>
mute
(
)
Implementation
Future<void> mute() async { globalMute.value = true; }
ta_videoplayer package
documentation
controllers/ta_video_controller
TaVideoController
mute method
TaVideoController class