Future<void> writeFileBytes(String path, List<int> bytes) => writeFileStream(path, Stream.fromIterable([bytes]));