onMessageSent property

void Function(String message)? onMessageSent
final

Callback invoked when the user successfully sends a message.

Implementation

final void Function(String message)? onMessageSent;