HttpService constructor

HttpService(
  1. Uri apiUrl
)

Implementation

HttpService(Uri apiUrl) {
  _apiUrl = apiUrl;
}