Sensors class

The Sensors implementation.

Inheritance

Constructors

Sensors()
Constructs a singleton instance of Sensors.
factory

Properties

accelerometerEvents Stream<AccelerometerEvent>
A broadcast stream of events from the device accelerometer.
no setterinherited
gyroscopeEvents Stream<GyroscopeEvent>
A broadcast stream of events from the device gyroscope.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
magnetometerEvents Stream<MagnetometerEvent>
A broadcast stream of events from the device magnetometer.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userAccelerometerEvents Stream<UserAccelerometerEvent>
Events from the device accelerometer with gravity removed.
no setterinherited

Methods

accelerometerEventStream({Duration samplingPeriod = SensorInterval.normalInterval}) Stream<AccelerometerEvent>
Returns a broadcast stream of events from the device accelerometer at the given sampling frequency.
override
gyroscopeEventStream({Duration samplingPeriod = SensorInterval.normalInterval}) Stream<GyroscopeEvent>
Returns a broadcast stream of events from the device gyroscope at the given sampling frequency.
override
magnetometerEventStream({Duration samplingPeriod = SensorInterval.normalInterval}) Stream<MagnetometerEvent>
Returns a broadcast stream of events from the device magnetometer at the given sampling frequency.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
userAccelerometerEventStream({Duration samplingPeriod = SensorInterval.normalInterval}) Stream<UserAccelerometerEvent>
Returns a broadcast stream of events from the device accelerometer with gravity removed at the given sampling frequency.
override

Operators

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