release method

void release()

Release the held cell.

If the cell has no observers, the cell is deactivated.

Implementation

void release() {
  _cell.removeObserver(_observer);
}