Calls Navigator.push with this BuildContext.
Future<T?> push<T extends Object?>(Route<T> route) => navigator.push<T>(route);