AWSFilePlatform.fromFile constructor
Implementation
AWSFilePlatform.fromFile(
File file, {
super.contentType,
}) : _stream = null,
_inputFile = file,
_inputBlob = null,
_size = file.size,
super.protected();
AWSFilePlatform.fromFile(
File file, {
super.contentType,
}) : _stream = null,
_inputFile = file,
_inputBlob = null,
_size = file.size,
super.protected();