dispose method

void dispose()

Force-releases this host-owned endpoint during resource teardown.

Canonical guest operations must use drop so copy-state checks still run.

Implementation

void dispose() {
  _state.disposeReadable();
}