gameRotationEvents property

Stream<RotationEvent> gameRotationEvents

Changes in rotation detected by the accelerometer and gyroscope

Implementation

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