main function
void
main()
Implementation
void main() async {
WidgetsFlutterBinding.ensureInitialized();
OtherFunctions.hideMobileKeyboard();
runApp(const MyApp());
}
void main() async {
WidgetsFlutterBinding.ensureInitialized();
OtherFunctions.hideMobileKeyboard();
runApp(const MyApp());
}