go method

void go(
  1. BuildContext context
)

Navigate to the route.

Implementation

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