dispose method
void
dispose()
Tear this cell out of the graph. See AsyncContext.disposeNode.
Implementation
void dispose() => _ctx.disposeNode(this);
Tear this cell out of the graph. See AsyncContext.disposeNode.
void dispose() => _ctx.disposeNode(this);