SensorFusionBoschModule class

Constructors

SensorFusionBoschModule(MethodChannel _channel)

Properties

correctedAcceleration Stream<Acceleration>
no setter
correctedAngularVelocity Stream<AngularVelocity>
no setter
correctedMagneticField Stream<MagneticField>
no setter
hashCode int
The hash code for this object.
no setterinherited
isAccelerometerActive bool
getter/setter pair
isGyroscopeActive bool
getter/setter pair
isMagnetometerActive bool
getter/setter pair
isQuaternionActive bool
getter/setter pair
quaternion Stream<Quaternion>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → dynamic
handleMethodCall(MethodCall call) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startCorrectedAcceleration({required SensorFusionBoschMode mode, required SensorFusionBoschAccRange accRange, required SensorFusionBoschGyroRange gyroRange}) → void
startCorrectedAngularVelocity({required SensorFusionBoschMode mode, required SensorFusionBoschAccRange accRange, required SensorFusionBoschGyroRange gyroRange}) → void
startCorrectedMagneticField({required SensorFusionBoschMode mode, required SensorFusionBoschAccRange accRange, required SensorFusionBoschGyroRange gyroRange}) → void
startQuaternion() → void
stop() → void
toString() String
A string representation of this object.
inherited

Operators

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