StorageDriver class abstract

Constructors

StorageDriver()

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

delete(String filename) Future<bool>
exists(String filename) Future<bool>
fullPath(String file) String
get(String filename) Future<String?>
getAsBytes(String filename) Future<Uint8List?>
json(String filename) Future<Map<String, dynamic>?>
mimeType(String filename) Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
put(String filename, dynamic content) Future<String>
size(String filename) Future<num?>
toString() String
A string representation of this object.
inherited

Operators

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