onQuickReply property

(dynamic Function(Reply)?) onQuickReply
final

Callback method when the quickReply was tapped on will pass Reply as a paramter to function.

Implementation

final Function(Reply)? onQuickReply;