onMessageTap property

(void Function(Message)?) onMessageTap
final

The function called when tapping on the message when the message is not failed

Implementation

final void Function(Message)? onMessageTap;