get method

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

Implementation

Future<List<int>> get(String path) => disk().get(path);