goRelative method

void goRelative(
  1. BuildContext context
)

Navigate to the route.

Implementation

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