AbsoluteSensorPlatform class abstract

Base interface for the AbsoluteSensor plugin.

Inheritance
  • Object
  • PlatformInterface
  • AbsoluteSensorPlatform
Implementers

Properties

absoluteOrientationStream Stream<OrientationData>
no setter
accelerometerStream Stream<SensorData>
no setter
gyroscopeStream Stream<SensorData>
no setter
hashCode int
The hash code for this object.
no setterinherited
magnetometerStream Stream<SensorData>
no setter
orientationStream Stream<OrientationData>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenOrientationStream Stream<double>
no setter
userAccelerometerStream Stream<SensorData>
no setter

Methods

isSensorAvailable(int sensorType) Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setSensorUpdateInterval(int sensorType, int intervalMicros) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance AbsoluteSensorPlatform
The current default instance.
getter/setter pair