destroy method

dynamic destroy()

Implementation

destroy() {
  if (reconstructor != null) {
    reconstructor.finishedReconstruction();
  }
}