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