destory method

void destory()

Implementation

void destory() {
  state = State.destroying;

  adapters.clear();

  state = State.destroyed;
}