unsubscribe method
Unsubscribes routeAware from receiving route notifications.
Implementation
void unsubscribe(RouteAware routeAware) {
_listeners.remove(routeAware);
}
Unsubscribes routeAware from receiving route notifications.
void unsubscribe(RouteAware routeAware) {
_listeners.remove(routeAware);
}