MPAndroidNotificationsSettings class

Notifications settings for the Android part

Constructors

MPAndroidNotificationsSettings({required String channelId, required String icon, required String channelName, required String channelDescription})
Initializes a new android notification settings
const

Properties

channelDescription → String
The channel description
final
channelId → String
The channel id
final
channelName → String
The channel name
final
hashCode → int
The hash code for this object.
no setterinherited
icon → String
Specifies the default icon for notifications.
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
toMethodChannelArguments() → Map<String, dynamic>
Convert this object to a map that can be sent to the method channel
toString() → String
A string representation of this object.
inherited

Operators

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