HarnDBPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- HarnDBPlatform
- Implementers
Constructors
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> -
exist(
String filename) → Future< bool> -
getFiles(
) → Future< Map< String, dynamic> > -
getFilesExtentions(
String ext) → Future< Map< String, dynamic> > -
getPath(
) → Future< String> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
read(
String filename) → Future< String> -
rename(
String filename, String newFilename) → Future< bool> -
size(
String filename) → Future< int> -
toString(
) → String -
A string representation of this object.
inherited
-
write(
String data, String filename) → Future< bool>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ HarnDBPlatform
-
getter/setter pair