getApiUrl method

dynamic getApiUrl()

Implementation

getApiUrl() {
  return '$protocol://$host:$port/$context/$apiroot';
}