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