read abstract method

Future<String> read(
  1. String absPath
)

Reads the UTF-8 contents of file absPath.

Implementation

Future<String> read(String absPath);