unmount method

void unmount()

Implementation

void unmount() {
  _isMounted = false;
  _context = null;
}