invalidate method

void invalidate()

Implementation

void invalidate() {
  _active = false;
  _parent = null;
  _callback = null;
}