StepLoggerConfig constructor

const StepLoggerConfig({
  1. bool enableTrackingNotification = true,
  2. String? trackingNotificationTitle,
  3. String? trackingNotificationContent,
  4. String? androidNotificationIcon,
})

Implementation

const StepLoggerConfig({
  this.enableTrackingNotification = true,
  this.trackingNotificationTitle,
  this.trackingNotificationContent,
  this.androidNotificationIcon,
});