main function

void main()

Implementation

void main() {
  var app = AppScope().getWidget();
  runApp(app);
}