RetenoDefaultNotificationChannelConfig constructor

const RetenoDefaultNotificationChannelConfig({
  1. String? name,
  2. String? description,
  3. bool? showBadge,
  4. bool? lightsEnabled,
  5. bool? vibrationEnabled,
})

Implementation

const RetenoDefaultNotificationChannelConfig({
  this.name,
  this.description,
  this.showBadge,
  this.lightsEnabled,
  this.vibrationEnabled,
});