install method

void install()

Installs this route, creating its overlay entries.

Called by the navigator when the route is pushed.

Implementation

void install() {
  _overlayEntries.addAll(createOverlayEntries());
}