menu
get_hooked package
documentation
utils/async_controller.dart
AsyncController<T>
streamCallback property
streamCallback property
dark_mode
light_mode
streamCallback
property
StreamCallback
<
T
>
?
streamCallback
getter/setter pair
Can be invoked to update the
AsyncNotifier
based on a
Stream
.
Implementation
StreamCallback<T>? streamCallback;
get_hooked package
documentation
utils/async_controller
AsyncController<T>
streamCallback property
AsyncController class