menu
omnyshell package
documentation
omnyshell_client.dart
LocalShellSession
exitCode property
exitCode property
dark_mode
light_mode
exitCode
property
@
override
Future
<
int
>
get
exitCode
override
Completes with the remote process exit code.
Implementation
@override Future<int> get exitCode => _shell.exitCode;
omnyshell package
documentation
omnyshell_client
LocalShellSession
exitCode property
LocalShellSession class