rotationEvents property

Stream<RotationEvent> rotationEvents

Changes in rotation detected by the accelerometer, gyroscope and magnetometer

Implementation

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