gyroscopeEventStream property

  1. @visibleForTesting
Stream<GyroscopeEvent> gyroscopeEventStream

Implementation

@visibleForTesting
Stream<GyroscopeEvent> get gyroscopeEventStream =>
    _gyroscopeEventStreamController.stream;