menu
flutter_alacritty package
documentation
pty/pty_backend.dart
PtyBackend
write abstract method
write abstract method
dark_mode
light_mode
write
abstract method
void
write
(
Uint8List
data
)
Send bytes to the child process (stdin).
Implementation
void write(Uint8List data);
flutter_alacritty package
documentation
pty/pty_backend
PtyBackend
write abstract method
PtyBackend class