SafStreamPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • SafStreamPlatform
Implementers

Constructors

SafStreamPlatform()
Constructs a SafStreamPlatform.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

endWriteStream(String session) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readFile(Uri uri, {int? bufferSize}) Future<Stream<Uint8List>>
readFileToLocal(Uri src, String dest) Future<void>
startWriteStream(Uri treeUri, String fileName, String mime) Future<SafWriteStreamInfo>
toString() String
A string representation of this object.
inherited
writeChunk(String session, Uint8List data) Future<void>
writeFileFromLocal(String localSrc, Uri treeUri, String fileName, String mime) Future<Uri>

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance SafStreamPlatform
The default instance of SafStreamPlatform to use.
getter/setter pair