BloomGoClient constructor

BloomGoClient([
  1. Client? httpClient
])

Creates a BloomGoClient using an optional custom httpClient.

Implementation

BloomGoClient([http.Client? httpClient]) : _httpClient = httpClient ?? http.Client();