UserTelemetry class
User Telemetry storage is based on MVC patterning
Constructors
- UserTelemetry()
-
factory
Properties
- currentModel ↔ UserPrefModel
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
userPrefsTelemetryBox
↔ Box<
String> -
getter/setter pair
Methods
-
init(
) → Future< void> -
isEmpty(
) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reset(
) → void - resets the model, but does not perform a save
-
resetHard(
) → void -
save(
) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- userDBName → const String