SStorageService class Null safety

The L0Storage implementation for the TIKI cloud.

Implemented types

Constructors

SStorageService(String apiId, RsaPrivateKey privateKey)
Initializes a SStorageService using apiId for user identification and privateKey for signing token requests.

Properties

hashCode → int
The hash code for this object.
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

getAll(String address) → Future<Map<String, Uint8List>>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
read(String path) → Future<Uint8List?>
override
toString() → String
A string representation of this object.
inherited
write(String path, Uint8List obj) → Future<void>
override

Operators

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