pushReplacementRelative method

void pushReplacementRelative(
  1. BuildContext context
)

Replaces the top-most page of the page stack with the route.

Implementation

void pushReplacementRelative(BuildContext context) =>
    throw _GoRouteDataBase.shouldBeGeneratedError;