orientationOnChangeProvider property

  1. @visibleForTesting
EventStreamProvider<Event> orientationOnChangeProvider
getter/setter pair

The stream provider for web.ScreenOrientation change events.

Implementation

@visibleForTesting
web.EventStreamProvider<web.Event> orientationOnChangeProvider =
    web.EventStreamProviders.changeEvent;