main function
void
main()
Implementation
void main() async {
WidgetsFlutterBinding.ensureInitialized();
runApp(const Wrapper(child: DependentDropdownApp()));
}
void main() async {
WidgetsFlutterBinding.ensureInitialized();
runApp(const Wrapper(child: DependentDropdownApp()));
}