put abstract method

Future<void> put(
  1. String path,
  2. List<int> bytes
)

Saves the given bytes to the given path on the disk.

Implementation

Future<void> put(String path, List<int> bytes);