getCurrentNamedPath static method
Implementation
static String getCurrentNamedPath(BuildContext context) {
return GoRouterState.of(context).name ?? "";
}
static String getCurrentNamedPath(BuildContext context) {
return GoRouterState.of(context).name ?? "";
}