menu
dart_identity_sdk package
documentation
widgets/scaffold/query_manager.dart
QueryManager<T>
stream property
stream property
dark_mode
light_mode
stream
property
@
override
Stream
<
QueryState
<
T
>
>
get
stream
inherited
The current
stream
of states.
Implementation
@override Stream<State> get stream => _stateController.stream;
dart_identity_sdk package
documentation
widgets/scaffold/query_manager
QueryManager<T>
stream property
QueryManager class