reset method

void reset()

Implementation

void reset() => _state != null ? _state!.reset() : null;