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