removeMany<S extends EntityState<T>> abstract method

S removeMany<S extends EntityState<T>>(
  1. List<String> keys,
  2. S state
)

Removes entities with the specified IDs from the store

Implementation

S removeMany<S extends EntityState<T>>(List<String> keys, S state);