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