readFile abstract method

Future<List<int>> readFile(
  1. String path
)

Reads and returns the data from the file at the specified path.

Implementation

Future<List<int>> readFile(String path);