OpenReadFunction typedef

OpenReadFunction = Stream<List<int>> Function([int? start, int? end])

Implementation

typedef OpenReadFunction = Stream<List<int>> Function([int? start, int? end]);