onMessageSent property
Callback invoked when the user successfully sends a message.
Implementation
final void Function(String message)? onMessageSent;
Callback invoked when the user successfully sends a message.
final void Function(String message)? onMessageSent;