menu
rx package
documentation
core.dart
Observer<T>
next abstract method
next abstract method
dark_mode
light_mode
next
abstract method
void
next
(
T
value
)
Pass a value to the observer.
Implementation
void next(T value);
rx package
documentation
core
Observer<T>
next abstract method
Observer class