mapParamsFromUrl abstract method
Maps url to params returns record where: first map is path params second map is queryParams third parameter is achor value
Implementation
LinkParams mapParamsFromUrl(
String url,
);
Maps url to params returns record where: first map is path params second map is queryParams third parameter is achor value
LinkParams mapParamsFromUrl(
String url,
);