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