reassemble abstract method

void reassemble()

Called by the runtime immediately before re-rendering after a hot reload.

Implementations should invalidate any cached state so that the next Model.view call rebuilds from scratch.

Implementation

void reassemble();