WasabiRepository class Null safety

The repository to connect to Wasabi object storage APIs.

Constructors

WasabiRepository()

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

get(String path, {String? versionId}) → Future<Uint8List>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited
upload(String path, Map<String, String> fields, Uint8List obj) → Future<String?>
versions(String path) → Future<WasabiModelList>

Operators

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