CoffeeBackgroundNotification constructor

CoffeeBackgroundNotification({
  1. String? title,
  2. String? text,
  3. String? color,
  4. String? channelName,
  5. String? channelId,
  6. String? smallIcon,
  7. String? largeIcon,
  8. int? priority,
})

Implementation

CoffeeBackgroundNotification(
    {
    this.title,
    this.text,
    this.color,
    this.channelName,
    this.channelId,
    this.smallIcon,
    this.largeIcon,
    this.priority
});