Skip to content
Merged
Prev Previous commit
Next Next commit
Update packages/camera/camera_android_camerax/lib/src/camerax_proxy.dart
Co-authored-by: Gray Mackall <[email protected]>
  • Loading branch information
camsim99 and gmackall authored Mar 21, 2024
commit 4151936377c22552533a99b028aa4f7e76b16bbc
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ class CameraXProxy {
Camera2CameraControl Function(CameraControl cameraControl)
getCamera2CameraControl;

/// Create [CaptureRequestOptions] with specified options.
/// Creates a [CaptureRequestOptions] with specified options.
CaptureRequestOptions Function(
List<(CaptureRequestKeySupportedType, Object?)> options)
createCaptureRequestOptions;
Expand Down