resetVariable method

dynamic resetVariable()

Implementation

resetVariable() {
  _response = null;
  _request = '?';
  ifResponseError = false;
}