onActive method

void onActive(
  1. RouteTransitionContext ctx
)
inherited

Called when the module becomes active.

This is called after successful initialization and whenever the module transitions from another state to active.

Implementation

void onActive(RouteTransitionContext ctx) {}