feat: full local assets / album sync

This commit is contained in:
shenlong-tanwen
2024-10-17 23:33:00 +05:30
parent a09710ec7b
commit c91a2878dc
87 changed files with 2417 additions and 366 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ import 'package:pigeon/pigeon.dart';
swiftOptions: SwiftOptions(),
))
@HostApi()
abstract class ImmichHostService {
abstract class ImHostService {
@async
List<Uint8List?>? digestFiles(List<String> paths);
List<Uint8List?> digestFiles(List<String> paths);
}