exitFullscreen abstract method
Is called by the PlayerView when the UI should exit fullscreen mode. Do not call this directly to exit fullscreen. Call PlayerViewState.exitFullscreen instead if you want to exit fullscreen programmatically.
Implementation
void exitFullscreen();