reset method

void reset()

Implementation

void reset() {
  removeAllChangeListeners();
  _currentAtClient = null;
}