dispose method

void dispose()

清理资源

Implementation

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