AndroidNotificationConfig constructor

AndroidNotificationConfig({
  1. String? icon,
  2. String? largeIcon,
  3. String? defaultChannelId,
  4. String? accentColor,
})

Implementation

AndroidNotificationConfig(
    {this.icon, this.largeIcon, this.defaultChannelId, this.accentColor});