onSend property

dynamic Function(ChatMessage) onSend
final

To function where you can make api calls and play with the ChatMessage obeject before make calls.

Implementation

final Function(ChatMessage) onSend;