invalidate method

void invalidate()

Implementation

void invalidate() {
  _initialized = false;
  _error = null;
}