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