AndroidNotificationConfig constructor
- String? icon,
- String? largeIcon,
- String? defaultChannelId,
- String? accentColor,
Implementation
AndroidNotificationConfig(
{this.icon, this.largeIcon, this.defaultChannelId, this.accentColor});
AndroidNotificationConfig(
{this.icon, this.largeIcon, this.defaultChannelId, this.accentColor});