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