Removes a route from the navigation stack.
@override void removeRoute(String name) { _activePages.remove(RouteDecoder<T>.fromRoute(name)); }