menu
viewmodel_flutter package
documentation
states.dart
MutableStateList<T>
removeWhere method
removeWhere method
dark_mode
light_mode
removeWhere
method
void
removeWhere
(
bool
test
(
T
)
)
Implementation
void removeWhere(bool Function(T) test) { _list.removeWhere(test); _viewModel.update(this); }
viewmodel_flutter package
documentation
states
MutableStateList<T>
removeWhere method
MutableStateList class