menu
streamable_state package
documentation
streamable.dart
Streamable<T>
send method
send method
dark_mode
light_mode
send
method
void
send
(
)
Sends the current value to listeners
Implementation
void send() { _controller.add(value); }
streamable_state package
documentation
streamable
Streamable<T>
send method
Streamable class