hcExitFullScreen function

void hcExitFullScreen()

Implementation

void hcExitFullScreen() {
  SystemChrome.setEnabledSystemUIMode(
    SystemUiMode.manual,
    overlays: SystemUiOverlay.values,
  );
}