hcHideStatusBar function
This function will hide status bar
Implementation
Future<void> hcHideStatusBar() async {
SystemChrome.setEnabledSystemUIMode(SystemUiMode.manual, overlays: []);
}
This function will hide status bar
Future<void> hcHideStatusBar() async {
SystemChrome.setEnabledSystemUIMode(SystemUiMode.manual, overlays: []);
}