Dart API Reference
dart:io
RandomAccessFile
read
read
method
Reads bytes bytes from a file and returns the result as a list of bytes.
Future
<
List
<
int
>>
read
(
int
bytes
)
Reads bytes bytes from a file and returns the result as a list of bytes.