Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
Fix example compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
madadam committed Sep 25, 2023
1 parent b65d4fc commit 18d5b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class _MyAppState extends State<MyApp> {
@override
void dispose() {
repo.close();
unawaited(session.dispose());
unawaited(session.asyncClose());

super.dispose();
}
Expand Down

0 comments on commit 18d5b03

Please sign in to comment.