CameraManager
interface CameraManager
Platform abstraction over the device camera — the collaborator behind the TakePicture event. Bound once per platform target in that target's own platformModule (e.g. AndroidCameraManager on Android), so TakePictureEventRunner can reach it via get<CameraManager>() without knowing which platform it's running on. Compression/resize (TakePicture.compression/resize) are applied afterward by the runner, never by an implementation of this interface.