writeBytes method
Writes bytes to relativePath, creating parents as needed.
Throws if the source is read-only.
Implementation
@override
Future<void> writeBytes(String relativePath, List<int> bytes) =>
_rpc.write(relativePath, bytes);
Writes bytes to relativePath, creating parents as needed.
Throws if the source is read-only.
@override
Future<void> writeBytes(String relativePath, List<int> bytes) =>
_rpc.write(relativePath, bytes);