menu
get package
documentation
get_rx/src/rx_types/rx_types.dart
RxSet<E>
update method
update method
dark_mode
light_mode
update
method
void
update
(
void
fn
(
Iterable
<
E
>
?
value
)
)
Implementation
void update(void Function(Iterable<E>? value) fn) { fn(value); refresh(); }
get package
documentation
get_rx/src/rx_types/rx_types
RxSet<E>
update method
RxSet class