OnQuotedMessageTap typedef

OnQuotedMessageTap = void Function(String?)

Callback for when quoted message is tapped

Implementation

typedef OnQuotedMessageTap = void Function(String?);