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 28, 2024
1 parent 49c017d commit e45fb6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/alice/lib/core/alice_core.dart
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class AliceCore {
BehaviorSubject.seeded([]);

/// Stream which contains all intercepted http calls
Stream<List<AliceHttpCall>> get callsStream => callsSubject.stream;
Stream<List<AliceHttpCall>> get callsStream => callsSubject;

/// Get all calls from calls subject
List<AliceHttpCall> getCalls() => callsSubject.value;
Expand Down

0 comments on commit e45fb6c

Please sign in to comment.