|
|
|
@ -106,7 +106,7 @@ class MyHttpOverrides extends HttpOverrides {
|
|
|
|
|
|
|
|
|
|
|
|
void main() async {
|
|
|
|
void main() async {
|
|
|
|
WidgetsFlutterBinding.ensureInitialized();
|
|
|
|
WidgetsFlutterBinding.ensureInitialized();
|
|
|
|
HttpOverrides.global = MyHttpOverrides();
|
|
|
|
// HttpOverrides.global = MyHttpOverrides(); // for later use.
|
|
|
|
_configureLocalTimeZone();
|
|
|
|
_configureLocalTimeZone();
|
|
|
|
NotificationManger.initialisation((notificationDetails) {}, (id, title, body, payload) async {});
|
|
|
|
NotificationManger.initialisation((notificationDetails) {}, (id, title, body, payload) async {});
|
|
|
|
|
|
|
|
|
|
|
|
|