Skip to content

Commit 70049bd

Browse files
authored
[camera_avfoundation] Remove outdated TODO comment in messages.dart (#11236)
The PR removes an outdated `TODO` code comment in the Pigeon `messages.dart` in `camera_avfoundation`. @stuartmorgan-g - You already addressed it in 2024 here: 3584ddb#diff-ce4d13732a822cf36d7a1c574215e7974670567cd5667e2a1665c88ac5dc2615R163 ## Pre-Review Checklist [^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.
1 parent b2e421b commit 70049bd

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

packages/camera/camera_avfoundation/pigeons/messages.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,6 @@ class PlatformSize {
190190
@HostApi()
191191
abstract class CameraApi {
192192
/// Returns the list of available cameras.
193-
// TODO(stuartmorgan): Make the generic type non-nullable once supported.
194-
// https://github.com/flutter/flutter/issues/97848
195-
// The consuming code treats it as non-nullable.
196193
@async
197194
@ObjCSelector('availableCamerasWithCompletion')
198195
List<PlatformCameraDescription> getAvailableCameras();

0 commit comments

Comments
 (0)