DefaultMessageMenuCallbacks class

Implemented types

Constructors

DefaultMessageMenuCallbacks({required BuildContext context, required MessageListStore messageListStore, required MessageActionStore messageActionStore, required String conversationID, required MessageListConfigProtocol config, VoidCallback? onMultiSelectTriggered})

Properties

config MessageListConfigProtocol
final
context BuildContext
final
conversationID String
final
hashCode int
The hash code for this object.
no setterinherited
messageActionStore MessageActionStore
getter/setter pair
messageListStore MessageListStore
final
onMultiSelectTriggered VoidCallback?
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