SegmentConfig constructor

SegmentConfig({
  1. required String writeKey,
  2. bool trackApplicationLifecycleEvents = false,
  3. bool amplitudeIntegrationEnabled = false,
  4. bool appsflyerIntegrationEnabled = false,
  5. bool debug = false,
})

Implementation

SegmentConfig({
  required this.writeKey,
  this.trackApplicationLifecycleEvents = false,
  this.amplitudeIntegrationEnabled = false,
  this.appsflyerIntegrationEnabled = false,
  this.debug = false,
});