push<T> method

Future<T?> push<T>(
  1. BuildContext context
)
inherited

Push the route onto the page stack.

Implementation

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