MixpanelService constructor
MixpanelService({
- Client? httpClient,
Implementation
MixpanelService({http.Client? httpClient})
: _httpClient = httpClient ?? http.Client();
MixpanelService({http.Client? httpClient})
: _httpClient = httpClient ?? http.Client();