MixpanelService constructor

MixpanelService({
  1. Client? httpClient,
})

Implementation

MixpanelService({http.Client? httpClient})
  : _httpClient = httpClient ?? http.Client();