remove abstract method

void remove({
  1. required Iterable<Value> values,
})

Removes the a values to the current values

The status will be set to IterableCubitUpdated

Implementation

void remove({required Iterable<Value> values});