menu
androssy package
documentation
core.dart
LocalDataController<T extends Entity>
stream property
stream property
dark_mode
light_mode
stream
property
@
override
Stream
<
Response
<
T
>
>
get
stream
inherited
The current
stream
of states.
Implementation
@override Stream<State> get stream => _stateController.stream;
androssy package
documentation
core
LocalDataController<T extends Entity>
stream property
LocalDataController class