baseUrl property

set baseUrl (String value)

Implementation

set baseUrl(String value) {
  _baseUrl = value;
  apiService = ApiService(baseUrl: _baseUrl);
}