ackRead method
indicates that a data chunk has been processed. This is needed when ackRead is set to true as the pty will wait for this signal to happen before any additional data is sent.
Implementation
@override
void ackRead() {
pty_library.pty_ack_read(_handle);
}