Writes a byte array data to a specific path.
data
path
If the path or its parent directories do not exist, they should be created.
Future<void> set(String path, Uint8List data);