reset method

  1. @override
void reset()

Reset the handler to its initial state.

Implementation

@override
void reset() {
  _usedCount = 0;
}