I am trying to create a flutter web application using flutter_inappwebviewplugin. In the application, I have added a a dropzone plugin for file uploading. This functionality is working fine on both browser and android app. But in android app, I am trying to ask for file storage and camera permissions when user uploads a file. If user allows to access storage, then only user can upload the files on the app.
For enabling camera usage, I am folowing this