gyroscopeEvents property

Stream<GyroscopeEvent> gyroscopeEvents

A broadcast stream of events from the device gyroscope.

Implementation

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