get abstract method

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

Retrieves the bytes saved at the given path on the disk.

Implementation

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