getUrlByUri method

dynamic getUrlByUri(
  1. String uri
)

Implementation

getUrlByUri(String uri){
  return "$AListAPIBaseUrl/$uri";
}