exitFullScreen method

void exitFullScreen()

Implementation

void exitFullScreen() {
  _isFullScreen = false;
  notifyListeners();
}