PreferencesManager class abstract
- Inheritance
-
- Object
- Preferences
- PreferencesManager
- Implemented types
- Implementers
Constructors
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
-
contains(
String key) → Future< bool> -
inherited
-
getBoolean(
String key) → Future< bool?> -
inherited
-
getDouble(
String key) → Future< double?> -
inherited
-
getInt(
String key) → Future< int?> -
inherited
-
getString(
String key) → Future< String?> -
inherited
-
listen(
{String? key}) → Stream -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
read(
) → Future< Map< String, dynamic> > -
inherited
-
remove(
String key) → Future< bool> -
inherited
-
setBool(
String key, bool? value) → Future< bool> -
inherited
-
setDouble(
String key, double? value) → Future< bool> -
inherited
-
setInt(
String key, int? value) → Future< bool> -
inherited
-
setString(
String key, String? value) → Future< bool> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
write(
WriteData data) → Future< bool> -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited