read abstract method

Future<RepoFile> read(
  1. String path, {
  2. LineRange? range,
})

Reads path, optionally only the lines in range.

Implementation

Future<RepoFile> read(String path, {LineRange? range});