PreferencesManagerImpl class

Inheritance

Constructors

PreferencesManagerImpl({required FileManager manager})

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>
override
getBoolean(String key) Future<bool?>
override
getDouble(String key) Future<double?>
override
getInt(String key) Future<int?>
override
getString(String key) Future<String?>
override
listen({String? key}) Stream
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read() Future<Map<String, dynamic>>
override
remove(String key) Future<bool>
override
setBool(String key, bool? value) Future<bool>
override
setDouble(String key, double? value) Future<bool>
override
setInt(String key, int? value) Future<bool>
override
setString(String key, String? value) Future<bool>
override
toString() String
A string representation of this object.
inherited
write(WriteData data) Future<bool>
override

Operators

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