hidePlayerControls method

dynamic hidePlayerControls()

Hide the player controls. Immediatelly

Implementation

hidePlayerControls() {
  _showPlayerControlsTimer?.cancel();
  _showPlayerControls = false;
  _notify();
}