Stores the bytes at the specified path.
bytes
path
Returns the path where the file was stored.
Future<String> put(String path, List<int> bytes);