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