runAsync method

Stream<String> runAsync()

Run the REPL, yielding complete statements asynchronously.

Note that the REPL will continue if you await in an "await for" loop.

Implementation

Stream<String> runAsync() => _adapter.runAsync();