When I use async/await to wrap picker/capture, func pickerController( didCancel pickerController: PhotoPickerController ) or func cameraController(didCancel cameraController: CameraController) delegate is not called when the gallery/camera does not have permission.
Is it possible to consider adding this call back, or is there currently any other way to get the cancel callback?
When I use async/await to wrap picker/capture, func pickerController( didCancel pickerController: PhotoPickerController ) or func cameraController(didCancel cameraController: CameraController) delegate is not called when the gallery/camera does not have permission.
Is it possible to consider adding this call back, or is there currently any other way to get the cancel callback?