unmount method

void unmount()

Implementation

void unmount() {
  _context = null;
  parent = null;
}