resolve merge conflicts

use updated approach for calculating checksums
This commit is contained in:
Peter Ombodi 2025-09-18 17:27:35 +03:00
parent bd9e4871ec
commit 42f99e8039
8 changed files with 364 additions and 116 deletions

View file

@ -125,6 +125,7 @@ abstract class NativeSyncApi {
@TaskQueue(type: TaskQueueType.serialBackgroundThread)
List<PlatformAsset> getTrashedAssetsForAlbum(String albumId, {int? updatedTimeCond});
@async
@TaskQueue(type: TaskQueueType.serialBackgroundThread)
List<Uint8List?> hashTrashedAssets(List<TrashedAssetParams> trashedAssets);
List<HashResult> hashTrashedAssets(List<TrashedAssetParams> trashedAssets);
}