OnQuotedMessageTap typedef

OnQuotedMessageTap = void Function(String?)

The action to perform when a quoted message is tapped.

Implementation

typedef OnQuotedMessageTap = void Function(String?);