From 0aada7a30fec9748398f65fb5d2cbe6bed213539 Mon Sep 17 00:00:00 2001 From: Christoph Deil Date: Thu, 12 Mar 2026 18:12:46 +0100 Subject: [PATCH] Remove outdated TODO comment in camera_avfoundation pigeon messages.dart --- packages/camera/camera_avfoundation/pigeons/messages.dart | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/camera/camera_avfoundation/pigeons/messages.dart b/packages/camera/camera_avfoundation/pigeons/messages.dart index 29ed9ed4b6b9..b4976758cf47 100644 --- a/packages/camera/camera_avfoundation/pigeons/messages.dart +++ b/packages/camera/camera_avfoundation/pigeons/messages.dart @@ -190,9 +190,6 @@ class PlatformSize { @HostApi() abstract class CameraApi { /// Returns the list of available cameras. - // TODO(stuartmorgan): Make the generic type non-nullable once supported. - // https://github.com/flutter/flutter/issues/97848 - // The consuming code treats it as non-nullable. @async @ObjCSelector('availableCamerasWithCompletion') List getAvailableCameras();