CapacitorAdapterFs.verifyIcloud method
CapacitorAdapterFs › verifyIcloud
Unofficial
Verify and download an iCloud file if it is not yet available locally.Signature:
verifyIcloud(realPath: string): Promise<void>Parameters:
| Parameter | Type | Description |
|---|---|---|
| realPath | string | File path to verify. |
Returns: Promise<void> — A promise that resolves when the iCloud file is verified.