MixpanelAdapter constructor

MixpanelAdapter(
  1. String projectToken, {
  2. bool trackAutomaticEvents = true,
})

Implementation

MixpanelAdapter(String projectToken, {bool trackAutomaticEvents = true}) {
  _init(projectToken, trackAutomaticEvents);
}