onMessageSend property

dynamic Function(String value) onMessageSend
final

Callback invoked when the user sends a message.

Implementation

final Function(String value) onMessageSend;