AdjustHelperService constructor

AdjustHelperService({
  1. required AdjustHelperConfig config,
  2. Client? httpClient,
})

Implementation

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