main function

void main()

The main entry point for the BasicExample application.

Implementation

void main() {
  runApp(const BasicExample());
}