DefaultMessageMenuCallbacks class

Implemented types

Constructors

DefaultMessageMenuCallbacks({required BuildContext context, MessageListStore? messageListStore})

Properties

context BuildContext
final
hashCode int
The hash code for this object.
no setterinherited
messageActionStore MessageActionStore?
getter/setter pair
messageListStore MessageListStore?
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
onCopyMessage(MessageInfo message) → void
override
onDeleteMessage(MessageInfo message) → void
override
onForwardMessage(MessageInfo message) → void
override
onMultiSelectMessage(MessageInfo message) → void
override
onQuoteMessage(MessageInfo message) → void
override
onRecallMessage(MessageInfo message) → void
override
onResendMessage(MessageInfo message) → void
override
toString() String
A string representation of this object.
inherited

Operators

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