app property

Widget app

Accesses a Single Page Application (SPA) for the overall module. This is called after being configured via the appXXX functions in the runApp of the main().

Implementation

Widget get app {
  return CAppView();
}