onLongPressMessage property

dynamic Function(ChatMessage)? onLongPressMessage
final

Function to call when the user long press on a message

Implementation

final Function(ChatMessage)? onLongPressMessage;