MagnetometerRepository class

Constructors

MagnetometerRepository()
Listen initialization in repository constructor

Properties

az double
Degrees with respect to north
getter/setter pair
azStream Stream<double>
Stream to show the changes that are made in the controller
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

init() → void
Initialization of the listen and update of the controller and variables
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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