menu
alphalogy_sticker package
documentation
index_stream.dart
IndexStream<T>
update method
update method
dark_mode
light_mode
update
method
void
update
(
T
value
)
Implementation
void update(T value) { _currentValue = value; _input.add(value); }
alphalogy_sticker package
documentation
index_stream
IndexStream<T>
update method
IndexStream class