runApp abstract method

void runApp(
  1. RouteContext module
)

Responsible for starting the app. It should only be called once, but it should be the first method to be called before a route or bind lookup.

Implementation

void runApp(RouteContext module);