send method

  1. @override
Future<void> send(
  1. String text, {
  2. List<PromptAttachment> attachments = const [],
})
override

Implementation

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