getUrl static method

String getUrl(
  1. String urlBase,
  2. String service
)

Implementation

static String getUrl(String urlBase, String service){
  return '$urlBase/$service';
}