dispose method

void dispose()

清理资源 Removes internal listeners.

Implementation

void dispose() {
  routerProxy.removeListener(_onRouteChanged);
}