menu
flutter_state_controller package
documentation
state_controller.dart
RxList<T>
retainWhere method
retainWhere method
dark_mode
light_mode
retainWhere
method
void
retainWhere
(
bool
test
(
T
element
)
)
Implementation
void retainWhere(bool Function(T element) test) { _value.retainWhere(test); update(); }
flutter_state_controller package
documentation
state_controller
RxList<T>
retainWhere method
RxList class