read method

Stream<List<int>> read(
  1. int length,
  2. int duration
)

Implementation

Stream<List<int>> read(int length, int duration) {
  throw UnimplementedError();
}