Push the given route onto the navigator.
@optionalTypeArgs Future<T?> push<T extends Object?>(Route<T> route) => App.router.push<T>(route);