MessageHandlerAction class

Implemented types

Constructors

MessageHandlerAction()

Properties

hashCode int
The hash code for this object.
no setterinherited
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
sendMessage({required NotificationMessage message}) → void
Displays a NotificationMessage to the user, if a NotificationMessage is already displayed, it will be sent to the display queue.
override
sendMessageToMiddlewares({required NotificationMessageLevel level, String? message, Object? throwable}) → void
Call registered middlewares.
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance → dynamic
no setter