In Android, the plugin utilizes the Storage Access Framework to save a file in a user-selected location as described in the Android developer guide.
In iOS, the UIDocumentPickerViewController’s method initForExportingURLs:asCopy: is used for opening a document picker that can export a file to the selected folder. Note that this method is only available in iOS 14.0+, so older iOS versions are not supported by the plugin.
UIDocumentPickerViewController
initForExportingURLs:asCopy:
-Bug Fixed Callbak handler issue for success