EzNotifications class
Setup a simple push notification manager/service
Built from flutter_local_notifications
Constructors
Properties
- appInitSettings → InitializationSettings
-
final
- appNotifDetails → NotificationDetails
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
init(
) → void -
Load platform specific settings
Define
NotificationResponse
actions -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
show(
{required int id, required String? title, required String? body}) → Future< void> - Display notification
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited