init method
Implementation
Future<void> init() async {
_loadingService = Get.put(LoadingService(context: context));
// getSocialMediaAccounts();
// await initUniLinks();
}
Future<void> init() async {
_loadingService = Get.put(LoadingService(context: context));
// getSocialMediaAccounts();
// await initUniLinks();
}