PreferencesManager class abstract

Inheritance
Implemented types
Implementers

Constructors

PreferencesManager()

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

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
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