WriteOptions constructor
const
WriteOptions({})
Defaults: defer encryption to the backend policy, no content type, no metadata, no progress reporting.
Implementation
const WriteOptions({
this.encrypt,
this.encryptionKey,
this.contentType,
this.metadata = const {},
this.onProgress,
});