pushRelative<T> method

Future<T?> pushRelative<T>(
  1. BuildContext context
)

Push the route onto the page stack.

Implementation

Future<T?> pushRelative<T>(BuildContext context) => throw _GoRouteDataBase.shouldBeGeneratedError;