getAttachmentManager property

CreateAttachmentManager getAttachmentManager

used to get a new instance of an attachment manager class that is passed to the World context

Implementation

CreateAttachmentManager get getAttachmentManager =>
    (_) => Future.value(AttachmentManager());