send abstract method

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

Implementation

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