capacitor-document-handler
v6.0.2
Published
Capacitor plugin to handle document downloading and opening
Readme
capacitor-plugin-document-handler
Capacitor plugin to handle document downloading and opening
Install
npm install capacitor-document-handler
npx cap syncAPI
downloadAndOpen(...)
downloadAndOpen(options: { url: string; filename: string; }) => Promise<any>| Param | Type |
| ------------- | ----------------------------------------------- |
| options | { url: string; filename: string; } |
Returns: Promise<any>
