menu
flutter_alacritty package
documentation
pty/pty_backend.dart
PtyBackend
exitCode property
exitCode property
dark_mode
light_mode
exitCode
property
Future
<
int
>
get
exitCode
Completes with the child process's exit code when it terminates.
Implementation
Future<int> get exitCode;
flutter_alacritty package
documentation
pty/pty_backend
PtyBackend
exitCode property
PtyBackend class