PJAMM FileShare Plugin
npm install pjamm-plugin-filesharePJAMM FileShare Plugin
``bash`
npm install pjamm-plugin-fileshare
npx cap sync
* downloadFile(...)
* Interfaces
`typescript`
downloadFile(options: DownloadOptions) => Promise
| Param | Type |
| ------------- | ----------------------------------------------------------- |
| options | DownloadOptions |
Returns: Promise<any>
--------------------
#### DownloadOptions
| Prop | Type |
| -------------- | ------------------- |
| data | string |
| filename` | string |