hideStatusBar static method
Hide the system status bar.
Implementation
static Future<void> hideStatusBar() async {
service.SystemChrome.setEnabledSystemUIMode(
service.SystemUiMode.manual,
overlays: [],
);
}
Hide the system status bar.
static Future<void> hideStatusBar() async {
service.SystemChrome.setEnabledSystemUIMode(
service.SystemUiMode.manual,
overlays: [],
);
}