iOS Configuration
<key>NSCameraUsageDescription</key>
<string>To capture the document picture</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>To upload the document file</string>Last updated
Add these lines to your ios/Runner/Info.plist file.
<key>NSCameraUsageDescription</key>
<string>To capture the document picture</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>To upload the document file</string>Last updated

