main function
Implementation
Future main() async {
// Ensure that plugin services are initialized so that `availableCameras()`
// can be called before `runApp()`
WidgetsFlutterBinding.ensureInitialized();
await Options().load();
// await NewImages.load();
NotificationController.initialize();
runApp(GlobalProviders(child: MyApp()));
}