MorphrFileStorage class
Constructors
- MorphrFileStorage({required String fileName})
Properties
Methods
-
createBackup(
) → Future< String?> -
exists(
) → Future< bool> -
init(
) → Future< String> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
readAsString(
) → Future< String> -
toString(
) → String -
A string representation of this object.
inherited
-
writeAsString(
String content) → Future< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited