gameRotationEvents property

Stream<RotationEvent> gameRotationEvents

Changes in rotation detected by the accelerometer and gyroscope

Implementation

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