reset method

void reset()

reset

Implementation

void reset() {
  pendingTotal = 0;
  pending = null;
}