reset method

Future<void> reset()
inherited

Implementation

Future<void> reset() {
  _isSet = false;
  return _void;
}