read function

List<int> read(
  1. int fd,
  2. int count
)

Implementation

List<int> read(int fd, int count) => platform.read(fd, count);