menu
flutter_notification_wrapper package
documentation
utils.dart
RxList<T>
clear method
clear method
dark_mode
light_mode
clear
method
void
clear
(
)
Clears all items from the list.
Implementation
void clear() { value = <T>[]; }
flutter_notification_wrapper package
documentation
utils
RxList<T>
clear method
RxList class