upload abstract method

Future<String> upload(
  1. String name,
  2. String version,
  3. List<int> content
)

return sha256 hash of the file

Implementation

Future<String> upload(String name, String version, List<int> content);