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 a local datasource
, or if I should create a separate feature specifically for handling permissions with different usecases
for the camera and Bluetooth ?