Requesting permissions while using Flutter Clean Architecture?
I need to request permissions for the camera and Bluetooth in one of my features, and I'm using the permission_handler package. I'm not sure if I should inject the permission_handler package inside the feature's data layers by passing it as…