AbsoluteSensorWeb class
Web implementation of AbsoluteSensorPlatform.
- Inheritance
-
- Object
- PlatformInterface
- AbsoluteSensorPlatform
- AbsoluteSensorWeb
Constructors
Properties
-
absoluteOrientationStream
→ Stream<
OrientationData> -
no setteroverride
-
accelerometerStream
→ Stream<
SensorData> -
no setteroverride
-
gyroscopeStream
→ Stream<
SensorData> -
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
-
magnetometerStream
→ Stream<
SensorData> -
no setteroverride
-
orientationStream
→ Stream<
OrientationData> -
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
screenOrientationStream
→ Stream<
double> -
no setteroverride
-
userAccelerometerStream
→ Stream<
SensorData> -
no setteroverride
Methods
-
isSensorAvailable(
int sensorType) → Future< bool> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setSensorUpdateInterval(
int sensorType, int intervalMicros) → Future< void> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
registerWith(
Registrar registrar) → void - Registers this implementation.