hideController method
void
hideController()
Hide the video controller.
This method will hide the video controller if it is currently shown.
Implementation
void hideController() {
isControllerVisible.value = false;
}
Hide the video controller.
This method will hide the video controller if it is currently shown.
void hideController() {
isControllerVisible.value = false;
}