Skip to content

Commit

Permalink
fix: Changed "imageLabeler.close()" by "languageIdentifier.close()" (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
valentin-taleb-looping authored Mar 4, 2024
1 parent 39c4646 commit 8a3b23b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google_mlkit_language_id/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ final List<IdentifiedLanguage> possibleLanguages = await languageIdentifier.iden
#### Release resources with `close()`

```dart
imageLabeler.close();
languageIdentifier.close();
```

## Example app
Expand Down

0 comments on commit 8a3b23b

Please sign in to comment.