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