menu
get_instance_bridge package
documentation
counter_reference.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_instance_bridge package
documentation
counter_reference
RxSet<E>
update method
RxSet class