EnhancedPreferencesPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • EnhancedPreferencesPlatform
Implementers

Constructors

EnhancedPreferencesPlatform.new()
Constructs a EnhancedPreferencesPlatform.

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

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance EnhancedPreferencesPlatform
The default instance of EnhancedPreferencesPlatform to use.
getter/setter pair