getArchive abstract method

Future<Uint8List> getArchive(
  1. String id,
  2. String path
)

Reads the file or directory at path out of the container, as a ustar archive — what GET /containers/{id}/archive returns.

Implementation

Future<Uint8List> getArchive(String id, String path);