onSend property

void Function(String text) onSend
final

Callback when the user sends a message.

Implementation

final void Function(String text) onSend;