PreferencesImpl class

Shared prefs implementation

Implemented types

Constructors

PreferencesImpl.new({required Logger logger, required SharedPreferences sharedPreferences})

Properties

hashCode int
The hash code for this object.
no setterinherited
logger Logger
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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