MethodChannelHarndb class
- Inheritance
-
- Object
- PlatformInterface
- HarnDBPlatform
- MethodChannelHarndb
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
delete(
String filename) → Future< bool> -
override
-
exist(
String filename) → Future< bool> -
override
-
getFiles(
) → Future< Map< String, dynamic> > -
override
-
getFilesExtentions(
String ext) → Future< Map< String, dynamic> > -
override
-
getPath(
) → Future< String> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
read(
String filename) → Future< String> -
override
-
rename(
String filename, String newFilename) → Future< bool> -
override
-
size(
String filename) → Future< int> -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
write(
String data, String filename) → Future< bool> -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited