put abstract method

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

Stores the bytes at the specified path.

Returns the path where the file was stored.

Implementation

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