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