bind

expect fun bind(): StandardStreams

Initialize a StandardStreams instance bound to the standard input, output, and error streams for this application.

Throws

If an error occurred binding to the streams.

actual fun bind(): StandardStreams