loadAttachments method

Future<void> loadAttachments()

Implementation

Future<void> loadAttachments() async {
  attachments.value = await AttachmentService.getAttachments();
  attachments.refresh();
  update();
}