Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Oct 31, 2023
1 parent 2ac8aff commit 2c1f2f7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions filesystem/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ const readFilePath = async () => {
* [`requestPermissions()`](#requestpermissions)
* [`downloadFile(...)`](#downloadfile)
* [`addListener('progress', ...)`](#addlistenerprogress)
* [`removeAllListeners()`](#removealllisteners)
* [Interfaces](#interfaces)
* [Type Aliases](#type-aliases)
* [Enums](#enums)
Expand Down Expand Up @@ -382,6 +383,19 @@ Add a listener to file download progress events.
--------------------


### removeAllListeners()

```typescript
removeAllListeners() => Promise<void>
```

Remove all listeners for this plugin.

**Since:** 5.2.0

--------------------


### Interfaces


Expand Down

0 comments on commit 2c1f2f7

Please sign in to comment.