AttachmentFileUploaderProvider typedef

AttachmentFileUploaderProvider = AttachmentFileUploader Function(StreamHttpClient httpClient)

Signature for a function which provides instance of AttachmentFileUploader

Implementation

typedef AttachmentFileUploaderProvider = AttachmentFileUploader Function(
  StreamHttpClient httpClient,
);