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