push<T> method
Push the route onto the page stack.
Implementation
Future<T?> push<T>(BuildContext context) =>
throw _GoRouteDataBase.shouldBeGeneratedError;
Push the route onto the page stack.
Future<T?> push<T>(BuildContext context) =>
throw _GoRouteDataBase.shouldBeGeneratedError;