menu
hypen_flutter package
documentation
state/lib.dart
HypenStream<T>
notify method
notify method
dark_mode
light_mode
notify
method
void
notify
(
T
next
)
Implementation
void notify(T next) { _controller.add(next); }
hypen_flutter package
documentation
state/lib
HypenStream<T>
notify method
HypenStream class