SensorsPlatform class Null safety
The common platform interface for sensors.
- Inheritance
-
- Object
- PlatformInterface
- SensorsPlatform
Constructors
- SensorsPlatform()
- Constructs a SensorsPlatform.
Properties
-
accelerometerEvents
→ Stream<
AccelerometerEvent> -
A broadcast stream of events from the device accelerometer.
read-only
-
gyroscopeEvents
→ Stream<
GyroscopeEvent> -
A broadcast stream of events from the device gyroscope.
read-only
- hashCode → int
-
The hash code for this object.
read-onlyinherited
-
magnetometerEvents
→ Stream<
MagnetometerEvent> -
A broadcast stream of events from the device magnetometer.
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
-
userAccelerometerEvents
→ Stream<
UserAccelerometerEvent> -
Events from the device accelerometer with gravity removed.
read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ SensorsPlatform
-
The default instance of SensorsPlatform to use.
read / write