exitFullScreenMode static method

dynamic exitFullScreenMode()

Implementation

static exitFullScreenMode() {
  SystemChrome.setEnabledSystemUIMode(SystemUiMode.manual,
      overlays: SystemUiOverlay.values);
}