reset method

void reset()

Implementation

void reset() {
  forEach((element) {
    element.reset();
  });
}