readByteSync method Null safety

int readByteSync()

Synchronously reads a byte from stdin.

This call will block until a byte is available.

If at end of file, -1 is returned.

Implementation

external int readByteSync();