main function
Implementation
Future<void> main() async {
AdmobUtils.initAdmob(isDebug: true, isShowAds: true);
SystemChrome.setPreferredOrientations(
[DeviceOrientation.portraitUp, DeviceOrientation.portraitDown]);
runApp(const MyApp());
}