onReply property

void Function(ChatItem)? onReply
final

Callback, called when a reply action of this ChatItem is triggered.

Implementation

final void Function(ChatItem)? onReply;