Reads terminal input events as an async stream.
public IAsyncEnumerable<TerminalEvent> ReadEventsAsync(CancellationToken cancellationToken = default(CancellationToken))
A cancellation token.
When ImplicitStartInput is enabled, this method starts the input loop automatically.