AfHelperService constructor
AfHelperService({
- required AfHelperConfig config,
- Client? httpClient,
Implementation
AfHelperService({
required this.config,
http.Client? httpClient,
}) : _httpClient = httpClient ?? http.Client();