ReceivedNotification class
Streams are created so that app can respond to notification-related events
since the plugin is initialised in the main
function
Constructors
- ReceivedNotification({required int id, required String? title, required String? body, required String? payload})
Properties
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