Reads a line of text from the terminal using terminal input events.
[NullableContext((byte)2)]
[AsyncStateMachine(typeof(TerminalInstance. < ReadLineAsync > d__236))]
public ValueTask<string?> ReadLineAsync(TerminalReadLineOptions? options = null, CancellationToken cancellationToken = default(CancellationToken))
Optional read options.
A cancellation token.
null if input completed.