dispose method

void dispose()

Tear this cell out of the graph. See AsyncContext.disposeNode.

Implementation

void dispose() => _ctx.disposeNode(this);