Skip to content

Commit

Permalink
docs(mason_api): update README snippet to call close
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Aug 5, 2022
1 parent 1e2bd70 commit 016adbf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/mason_api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ Future<void> main() async {
masonApi.logout();
print('Logged out!');
masonApi.close();
}
```

0 comments on commit 016adbf

Please sign in to comment.