main function
void
main()
The main entry point for the BasicExample application.
Implementation
void main() {
runApp(const BasicExample());
}
The main entry point for the BasicExample application.
void main() {
runApp(const BasicExample());
}