Why camera plugin requires storage access on Android?

I am unable to understand why storage access is required for the camera plugin to work on Android. If i do not have give storage access and want only the camera to work why cant i do that? Currently i must have to give storage access

The Camera doesn’t really need any permission if you just want to take a picture, the permission is needed if you want to pick an existing photo from the gallery.