generateRoute static method

String generateRoute(
  1. String calibreId
)

helper to generate Url from the path combined with pathParams and queryParams

Implementation

static String generateRoute(String calibreId) =>
    RcRoute.generateRoute(routePath, pathParams: {'calibreId': calibreId});