GoRouterRedirect typedef
GoRouterRedirect =
String? Function(GoRouterState state)
The signature of the redirect callback.
Implementation
typedef GoRouterRedirect = String? Function(GoRouterState state);
The signature of the redirect callback.
typedef GoRouterRedirect = String? Function(GoRouterState state);