initServices method
Implementation
void initServices(final List<GetxService> services) {
for (final GetxService service in services) {
Get.put<GetxService>(service, permanent: true);
}
}
void initServices(final List<GetxService> services) {
for (final GetxService service in services) {
Get.put<GetxService>(service, permanent: true);
}
}