Storage class

客户端

Constructors

Storage({Config? config})

Properties

config Config
latefinal
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
taskManager RequestTaskManager
latefinal

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
putBytes(Uint8List bytes, String token, {PutOptions? options}) Future<PutResponse>
putFile(File file, String token, {PutOptions? options}) Future<PutResponse>
toString() String
A string representation of this object.
inherited

Operators

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