EnhancedPreferencesPlatform class
abstract
- Inheritance
-
- Object
- PlatformInterface
- EnhancedPreferencesPlatform
- Implementers
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
-
getBool(String key, [bool enableEncryption = false])
→ Future<bool?>
-
-
getDouble(String key, [bool enableEncryption = false])
→ Future<double?>
-
-
getInt(String key, [bool enableEncryption = false])
→ Future<int?>
-
-
getString(String key, [bool enableEncryption = false])
→ Future<String?>
-
-
keys()
→ Future<List<String>?>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
remove(String key)
→ Future<String?>
-
-
setBool(String key, bool value, [bool enableEncryption = false])
→ Future<String?>
-
-
setDouble(String key, double value, [bool enableEncryption = false])
→ Future<String?>
-
-
setInt(String key, int value, [bool enableEncryption = false])
→ Future<String?>
-
-
setString(String key, String value, [bool enableEncryption = false])
→ Future<String?>
-
-
toString()
→ String
-
A string representation of this object.
inherited