showController method

void showController()

Show the video controller.

This method will show the video controller if it is currently hidden.

Implementation

void showController() {
  isControllerVisible.value = true;
}