openRead abstract method

Stream<List<int>> openRead([
  1. int? start,
  2. int? end
])

Create a new independent Stream for the contents of this asset. *

    • start - the starting offset (inclusive)
    • end - the ending offset (exclusive)

Implementation

Stream<List<int>> openRead([int? start, int? end]);