update abstract method

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

Update the current values with the new values

The status will be set to IterableCubitUpdated

Implementation

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