AndroidNotificationConfig class

Constructors

AndroidNotificationConfig({String? icon, String? largeIcon, String? defaultChannelId, String? accentColor})

Properties

accentColor → String?
The accent color. Must be a hex value #AARRGGBB.
final
defaultChannelId → String?
The default Android notification channel ID.
final
hashCode → int
The hash code for this object.
no setterinherited
icon → String?
The icon resource name.
final
largeIcon → String?
The large icon resource name.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited