done property

Future<void> get done

This Future completes when the channel is closed. More data may still be available on the stdout and stderr streams at this time.

Implementation

Future<void> get done => _channel.done;