PreferencesImpl class
Shared prefs implementation
- Implemented types
Constructors
- PreferencesImpl.new({required Logger logger, })
Properties
Methods
-
getBool(
String key) → bool? -
override
-
getInt(
String key) → int? -
override
-
getString(
String key) → String? -
override
-
initialize(
) → Future< void> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
remove(
String key) → Future< void> -
override
-
setBool(
String key, bool value) → Future< void> -
override
-
setInt(
String key, int value) → Future< void> -
override
-
setString(
String key, String value) → Future< void> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited