go static method
Factory constructor for 'go' navigation type.
Implementation
static RouteInformationState<void> go({Object? extra}) =>
RouteInformationState<void>(extra: extra, type: NavigatingType.go);
Factory constructor for 'go' navigation type.
static RouteInformationState<void> go({Object? extra}) =>
RouteInformationState<void>(extra: extra, type: NavigatingType.go);