AfHelperService constructor

AfHelperService({
  1. required AfHelperConfig config,
  2. Client? httpClient,
})

Implementation

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