menu
devtools_app_shared package
documentation
utils.dart
ListValueNotifier<T>
removeAll method
removeAll method
dark_mode
light_mode
removeAll
method
void
removeAll
(
Iterable
<
T
>
elements
)
Implementation
void removeAll(Iterable<T> elements) { elements.forEach(_rawList.remove); _listChanged(); }
devtools_app_shared package
documentation
utils
ListValueNotifier<T>
removeAll method
ListValueNotifier class