main function
void
main()
Implementation
void main() {
// Initialize controllers
Get.put(NavigationController());
Get.put(ThemeController());
runApp(MyApp());
}
void main() {
// Initialize controllers
Get.put(NavigationController());
Get.put(ThemeController());
runApp(MyApp());
}