menu
Flutter
foundation.dart
ObserverList
<
T
>
clear method
clear
dark_mode
light_mode
description
clear
method
void
clear
(
)
Removes all items from the list.
Implementation
void clear() { _isDirty = false; _list.clear(); _set.clear(); }
Flutter
foundation
ObserverList
<
T
>
clear method
ObserverList class
Cookies management controls