done property

Completes when the session ends, for any reason: stop was called, adb exited, or the stream broke. Never completes with an error.

Implementation

Future<ShellStreamResult> get done => _done.future;