This commit is contained in:
ekibun
2021-01-27 11:50:25 +08:00
parent 3fdeca56a2
commit 01ea420bd7
7 changed files with 258 additions and 255 deletions

View File

@@ -77,10 +77,10 @@ or use `invoke` method to pass list parameters:
```
`JSInvokable` returned by evaluation may increase reference of JS object.
You should manually call `release` to release JS reference:
You should manually call `free` to release JS reference:
```dart
(func as JSInvokable).release();
(func as JSInvokable).free();
```
### Use modules