OnSendPressed typedef

OnSendPressed = void Function(String message, {Message? repliedTo})?

The callback to handle the event when a user sends a text message.

Implementation

typedef OnSendPressed = void Function(String message, {Message? repliedTo})?;