Skip to content

Commit

Permalink
feat: examples/alice_objectbox
Browse files Browse the repository at this point in the history
  • Loading branch information
techouse committed Jun 27, 2024
1 parent 393be4b commit 091af35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/alice_objectbox/lib/alice_objectbox.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class AliceObjectBox extends Alice {
required super.maxCallsCount,
super.directionality,
super.showShareButton,
}) : _store = store;
}) : _store = store;

final AliceStore _store;

Expand Down

0 comments on commit 091af35

Please sign in to comment.