fetchAttachments method

Future<List<Attachment>> fetchAttachments()

Gets a collection of attachments on this feature. Attachments are returned in descending order based on their id.

Return Value: A Future that returns a List containing Attachment types.