hcEnterFullScreen function

void hcEnterFullScreen()

Implementation

void hcEnterFullScreen() {
  SystemChrome.setEnabledSystemUIMode(SystemUiMode.manual, overlays: []);
}