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