hideStatusBar static method
void
hideStatusBar()
Hides the status bar.
Implementation
static void hideStatusBar() {
SystemChrome.setEnabledSystemUIMode(SystemUiMode.manual, overlays: []);
}
Hides the status bar.
static void hideStatusBar() {
SystemChrome.setEnabledSystemUIMode(SystemUiMode.manual, overlays: []);
}