AppPreferenceAdapter mixin
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
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
read<
T> (String key) → FutureOr< T?> - Read a value from the storage that directly supported
-
serializerRead(
String key) → FutureOr< String?> - Read string or null, used by serializer
-
serializerWrite(
String key, String? value) → FutureOr< void> - Write string or null, used by serializer
-
toString(
) → String -
A string representation of this object.
inherited
-
write<
T> (String key, T value) → FutureOr< void> - Write a value to the storage that directly supported
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited