enterFullScreen method

void enterFullScreen()

Implementation

void enterFullScreen() {
  _isFullScreen = true;
  notifyListeners();
}