send method
Implementation
@override
Future<void> send(
String text, {
List<PromptAttachment> attachments = const [],
}) => onSend(text, attachments);
@override
Future<void> send(
String text, {
List<PromptAttachment> attachments = const [],
}) => onSend(text, attachments);