capcitor plugin to unzip 7z format
npm install sevenziphn162capcitor plugin to unzip 7z format
``bash`
npm install sevenzip
npx cap sync
`typescript`
unzip(options: SevenzipOtions) => Promise
| Param | Type |
| ------------- | --------------------------------------------------------- |
| options | SevenzipOtions |
Returns: Promise<boolean>
--------------------
#### SevenzipOtions
| Prop | Type |
| --------------- | ------------------- |
| fileURL | string |
| password | string |
| outputDir` | string |