StorageClient class
- Inheritance
-
- Object
- ChangeEmitter
- StorageClient
Constructors
- StorageClient.new({required RoomClient room})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- room ↔ RoomClient
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addListener(
void listener()) → void -
inherited
-
close(
FileHandle handle) → Future< void> -
delete(
String path) → Future< void> -
download(
String path) → Future< FileResponse> -
downloadUrl(
String path) → Future< String> -
exists(
String path) → Future< bool> -
list(
String path) → Future< List< StorageEntry> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notifyListeners(
) → void -
inherited
-
open(
String path, {bool overwrite = false}) → Future< FileHandle> -
removeListener(
void listener()) → void -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
write(
FileHandle handle, Uint8List bytes) → Future< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited