We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 944be81 commit 381205bCopy full SHA for 381205b
packages/hyper_storage/lib/src/managed_stream.dart
@@ -88,6 +88,7 @@ abstract class ManagedStream<E> with Stream<E> {
88
/// This allows subclasses to check if a value has been cached using
89
/// `streamController.hasValue` to implement custom error handling logic.
90
@protected
91
+ @visibleForTesting
92
BehaviorSubject<E> get streamController => _streamController;
93
94
int _subscriptionCount = 0;
0 commit comments