done property

Future get done

Returns a Future that completes when this instance is closed. The returned Future is the same as the one returned by close.

Implementation

Future get done => _wrapper.done;