unsubscribe method

void unsubscribe(
  1. RouteAware routeAware
)

Unsubscribes routeAware from receiving route notifications.

Implementation

void unsubscribe(RouteAware routeAware) {
  _listeners.remove(routeAware);
}