feed method
PTY → engine. Lazy-inits the binding on first call.
Implementation
void feed(Uint8List bytes) {
_ensureBound();
_client!.feed(bytes);
}
PTY → engine. Lazy-inits the binding on first call.
void feed(Uint8List bytes) {
_ensureBound();
_client!.feed(bytes);
}