magneticRotationEvents property

Stream<RotationEvent> magneticRotationEvents

Changes in rotation detected by the accelerometer and magnetometer

Implementation

Stream<RotationEvent> get magneticRotationEvents {
  throw UnimplementedError(
      'magneticRotationEvents has not been implemented.');
}