clearScreenDown method

bool clearScreenDown([
  1. void callback()
])

Clears this stream from the current cursor down.

Returns false if the stream wishes for the calling code to wait for the 'drain' event to be emitted before continuing to write additional data; otherwise returns true.

Implementation

external bool clearScreenDown([void Function() callback]);