get abstract method

Future<List<int>> get(
  1. int bytesCount
)

Get bytesCount of bytes into a list.

Implementation

Future<List<int>> get(int bytesCount);