BloomGoClient constructor
BloomGoClient([
- Client? httpClient
Creates a BloomGoClient using an optional custom httpClient.
Implementation
BloomGoClient([http.Client? httpClient]) : _httpClient = httpClient ?? http.Client();