menu
rx_flow package
documentation
model/rx.dart
RxState<T>
next method
next method
dark_mode
light_mode
next
method
void
next
(
T
value
)
Implementation
void next(T value) { _controllableValue.add(value); }
rx_flow package
documentation
model/rx
RxState<T>
next method
RxState class