AWSFilePlatform.fromBlob constructor
Implementation
AWSFilePlatform.fromBlob(
Blob blob, {
super.contentType,
}) : _stream = null,
_inputBlob = blob,
_inputFile = null,
_size = blob.size,
super.protected();
AWSFilePlatform.fromBlob(
Blob blob, {
super.contentType,
}) : _stream = null,
_inputBlob = blob,
_inputFile = null,
_size = blob.size,
super.protected();