rotationEvents property

Stream<RotationEvent> rotationEvents

Changes in rotation detected by the accelerometer, gyroscope and magnetometer

Implementation

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