handleRoute function
Implementation
String handleRoute(BuildContext context) {
final String routeName = GoRouterState.of(context).fullPath ?? "";
return "$routeName${_handleQueryParams(context)}";
}
String handleRoute(BuildContext context) {
final String routeName = GoRouterState.of(context).fullPath ?? "";
return "$routeName${_handleQueryParams(context)}";
}