Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update comment
  • Loading branch information
BeMacized committed Jan 5, 2021
commit 118bd001b6bc8e5856e2f65ff7f026c01b22171b
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ abstract class CameraPlatform extends PlatformInterface {
}

/// The device orientation changed.
///
/// Implementations for this:
/// - Should support all 4 orientations.
/// - Should not emit new values when the screen orientation is locked.
Stream<DeviceOrientationChangedEvent> onDeviceOrientationChanged() {
throw UnimplementedError(
'onDeviceOrientationChanged() is not implemented.');
Expand Down