generateRoute static method
helper to generate Url from the path combined with pathParams and queryParams
Implementation
static String generateRoute(String calibreId) =>
RcRoute.generateRoute(routePath, pathParams: {'calibreId': calibreId});