uploadAttachment abstract method

Future<Attachment?> uploadAttachment(
  1. LocalAttachment attachment
)

Creates a new Attachment linked to the authenticated MyUser for a later use in the sendChatMessage method.

Implementation

Future<Attachment?> uploadAttachment(LocalAttachment attachment);