showStatusBar static method
Show the system status bar.
Implementation
static Future<void> showStatusBar() async {
service.SystemChrome.setEnabledSystemUIMode(
service.SystemUiMode.manual,
overlays: service.SystemUiOverlay.values,
);
}
Show the system status bar.
static Future<void> showStatusBar() async {
service.SystemChrome.setEnabledSystemUIMode(
service.SystemUiMode.manual,
overlays: service.SystemUiOverlay.values,
);
}