configure static method

void configure(
  1. PlexRouter router
)

Configure the router. Called by PlexApp on init.

Implementation

static void configure(PlexRouter router) {
  _router = router;
}