init method

Future<void> init()

Implementation

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