deviceOrientationStream property
Stream<DeviceOrientationInfo>
get
deviceOrientationStream
Emits device orientation updates as the device rotates.
Implementation
Stream<DeviceOrientationInfo> get deviceOrientationStream {
throw UnimplementedError(
'deviceOrientationStream has not been implemented.',
);
}