onReplyToMessage property

OnMessageGesture? onReplyToMessage
final

The callback to handle when a message is gestured to be replied to. By default, when a user swipes his/her message left or when a user swipes other person's message right we chain a replyTo event to such a gesture. To override such swipe behaviour or to even intercept it and add custom action together with the default pass in the onReplyToMessage callback and you will have access to the gestured message.

Implementation

final OnMessageGesture? onReplyToMessage;