onReplyPreviewTap property
Callback when reply preview is tapped.
messageId is the ID of the message being replied to.
Should scroll to that message in the chat.
Implementation
final void Function(String messageId)? onReplyPreviewTap;
Callback when reply preview is tapped.
messageId is the ID of the message being replied to.
Should scroll to that message in the chat.
final void Function(String messageId)? onReplyPreviewTap;