disposeCell method

Future<void> disposeCell(
  1. AsyncCellHandle<Object?> cell
)

Tear down an async source cell. See disposeNode.

Implementation

Future<void> disposeCell(AsyncCellHandle<Object?> cell) => disposeNode(cell);