get abstract method

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

Retrieves the content of the file at path as bytes.

Implementation

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