menu
flutter_alacritty package
documentation
pty/pty_backend.dart
PtyBackend
output property
output property
dark_mode
light_mode
output
property
Stream
<
Uint8List
>
get
output
Bytes produced by the child process (shell stdout/stderr).
Implementation
Stream<Uint8List> get output;
flutter_alacritty package
documentation
pty/pty_backend
PtyBackend
output property
PtyBackend class