gyroscopeEvents property

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

A broadcast stream of events from the device gyroscope.

Implementation

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