menu
swift_flutter package
documentation
core/normalization.dart
NormalizedState<T>
clear method
clear method
dark_mode
light_mode
clear
method
void
clear
(
)
Clear all entities
Implementation
void clear() { _entities.clear(); _ids.clear(); }
swift_flutter package
documentation
core/normalization
NormalizedState<T>
clear method
NormalizedState class