Upload a local file directly when the platform/backend supports native file transfer.
(
path: string,
localFilePath: string,
onProgress?: (loaded: number, total: number) => void,
)
| 40 | |
| 41 | /** Upload a local file directly when the platform/backend supports native file transfer. */ |
| 42 | putFile?( |
| 43 | path: string, |
| 44 | localFilePath: string, |
| 45 | onProgress?: (loaded: number, total: number) => void, |
no outgoing calls
no test coverage detected