magneticRotationEvents property

Stream<RotationEvent> magneticRotationEvents

Changes in rotation detected by the accelerometer and magnetometer

Implementation

static Stream<RotationEvent> get magneticRotationEvents {
  return _sensors.magneticRotationEvents;
}