FileSaveManager class
- Inheritance
-
- Object
- SaveManager
- FileSaveManager
Constructors
Properties
Methods
-
get(
String key) → Future -
inherited
-
getBool(
String key) → Future< bool?> -
override
-
getDouble(
String key) → Future< double?> -
override
-
getInt(
String key) → Future< int?> -
override
-
getString(
String key) → Future< String?> -
override
-
hasKey(
String key) → Future< bool> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
remove(
String key) → Future< bool> -
override
-
saveBool(
String key, bool value) → Future< bool> -
override
-
saveDouble(
String key, double value) → Future< bool> -
override
-
saveInt(
String key, int value) → Future< bool> -
override
-
saveString(
String key, String value) → Future< bool> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited