hold method

CellHolder hold()

Ensure that this cell is active.

This method keeps this cell active until CellHolder.release is called on the returned CellHolder.

This method is useful for cells which do not function unless they have at least one observer.

Implementation

CellHolder hold() => CellHolder(this);