initAsyncServices method

Future<void> initAsyncServices()

Implementation

Future<void> initAsyncServices() async {
  await Get.putAsync(() => ConnectivityService().init());
  await Get.putAsync(() => PreferencesService().init());
}