undo certificate check.

design_3.0_task_module_new
Sikander Saleem 6 months ago
parent 2e4e567f1d
commit 84bf5ac399

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

Loading…
Cancel
Save