CreateAttachmentManager typedef

CreateAttachmentManager = Future<AttachmentManager> Function(TestConfiguration config)

Implementation

typedef CreateAttachmentManager = Future<AttachmentManager> Function(
  TestConfiguration config,
);