MyHttpClient constructor

MyHttpClient(
  1. String baseUrl
)

Implementation

MyHttpClient(String baseUrl)
    : _baseURL = baseUrl,
      _client = Client(),
      _token = StorageUtil.getString('access_token');