GlobalFileStore class

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

bytesToPath(List<Object> fileBits) String?
clear(String path) → void
existsSync(String path) bool
globalPath(String path) String?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pathIsExist(String path) bool
readAsBytesAsync(String path) Uint8List?
readAsFile(String path) File?
readBitsAsFile(List<Object> fileBits, String fileName) File?
ready() Future<void>
rename(String path, String newPath) → void
store(String path, File file, {List<int>? bytes}) String
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance GlobalFileStore
no setter