api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Reads a byte from the file.
Returns a Future<int> that completes with the byte, or with -1 if end-of-file has been reached.
Future<int>
Future<int> readByte();