gyroscopeEvents top-level property

  1. @Deprecated('Use gyroscopeEventStream() instead.')
Stream<GyroscopeEvent> gyroscopeEvents

A broadcast stream of events from the device gyroscope.

Implementation

@Deprecated('Use gyroscopeEventStream() instead.')
Stream<GyroscopeEvent> get gyroscopeEvents {
  return _sensors.gyroscopeEvents;
}