runApp function

void runApp(
  1. App app
)

Implementation

void runApp(App app) {
  app.run();
}