AWSFilePlatform.fromStream constructor
AWSFilePlatform.fromStream(})
Implementation
AWSFilePlatform.fromStream(
Stream<List<int>> inputStream, {
super.name,
super.contentType,
required int size,
}) : _stream = inputStream,
_inputFile = null,
_size = size,
super.protected();