main function

void main()

Implementation

void main() {
  final state = AppState();
  runApp(App(state));
}