main function

void main()

Implementation

void main() async {
  await GetStorage.init();
  Get.put(ThemeController());
  runApp(const NICApp());
}