onLongPressMessage property

(dynamic Function(ChatMessage)?) onLongPressMessage
final

onLongPressMessage function takea a function with this structure Function(ChatMessage) will trigger when the message is long pressed.

Implementation

final Function(ChatMessage)? onLongPressMessage;