menu
dart_identity_sdk package
documentation
widgets/query/query_controller.dart
QueryController<T, Q>
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/query/query_controller
QueryController<T, Q>
stream property
QueryController class