Gyroscope class
- Inheritance
-
- Object
- TimeSeries
- Sensor
- Gyroscope
Constructors
- Gyroscope.new({required int inMillis})
Properties
Methods
-
getRaw(
) → Stream< SensorVector3> -
override
-
getRawWithoutTimeLimit(
) → Stream< SensorVector3> -
mapCustomEventsToSensorVector<
T> (Stream< T> eventStream) → Stream<SensorVector3> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
startTracking(
int inMillis) → dynamic -
inherited
-
stopTracking(
) → dynamic -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited