Download directly into a local file when the platform/backend supports native file transfer.
(
path: string,
localFilePath: string,
onProgress?: (loaded: number, total: number) => void,
)
| 47 | |
| 48 | /** Download directly into a local file when the platform/backend supports native file transfer. */ |
| 49 | getFileToPath?( |
| 50 | path: string, |
| 51 | localFilePath: string, |
| 52 | onProgress?: (loaded: number, total: number) => void, |
no outgoing calls
no test coverage detected