dispose method

void dispose()

Call this to cancel the subscription to route events Add here future disposing methods

Implementation

void dispose() {
  _routeEventSubscription.cancel();
}