destory method

void destory()

Implementation

void destory() {
  referenceList.forEach((i) {
    i.destory();
  });
  referenceList.clear();
}