exitCode property

  1. @override
Future<int> get exitCode
override

Completes with the remote process exit code (or -1 if the session closed without a clean exit).

Implementation

@override
Future<int> get exitCode => _exit.future;