menu
swift_flutter package
documentation
core/normalization.dart
NormalizedState<T>
remove method
remove method
dark_mode
light_mode
remove
method
void
remove
(
String
id
)
Remove entity
Implementation
void remove(String id) { _entities.remove(id); _ids.remove(id); }
swift_flutter package
documentation
core/normalization
NormalizedState<T>
remove method
NormalizedState class