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
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
Fixed small typo
  • Loading branch information
mvanbeusekom committed Dec 10, 2020
commit 29d4b116bb5a6a7b8ad8fe9e134af10913f7cb16
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ abstract class CameraPlatform extends PlatformInterface {
///
/// The supplied [zoom] value should be between 1.0 and the maximum supported
/// zoom level returned by the `getMaxZoomLevel`. Throws an `CameraException`
/// when an illegal zoom level is suplied.
/// when an illegal zoom level is supplied.
Future<void> setZoomLevel(int cameraId, double zoom) {
throw UnimplementedError('setZoomLevel() is not implemented.');
}
Expand Down