uncalibratedMagneticFieldEvents property

Stream<MagneticFieldEvent> uncalibratedMagneticFieldEvents

Changes in earth's magnetic field detected by the magnetometer (with bias)

Implementation

Stream<MagneticFieldEvent> get uncalibratedMagneticFieldEvents {
  throw UnimplementedError(
      'uncalibratedMagneticField has not been implemented.');
}