deviceOrientationEventChannel property

  1. @visibleForTesting
EventChannel deviceOrientationEventChannel
final

The event channel used to receive live device orientation updates.

Implementation

@visibleForTesting
final deviceOrientationEventChannel = const EventChannel(
  'native_lens/device_orientation',
);