init method

void init()

Initialize the cell state.

This method is called before adding the first observer. Adding observers to other cells and acquiring resources should be done in this method, rather than in the constructor.

Implementation

void init() {}