chore: migrate fl_lib

This commit is contained in:
lollipopkit🏳️‍⚧️
2025-04-28 23:15:54 +08:00
parent 8f09085cf3
commit e520929411
6 changed files with 62 additions and 69 deletions

View File

@@ -7,7 +7,7 @@ const bakSync = BakSyncer._();
final icloud = ICloud(containerId: 'iCloud.tech.lolli.serverbox');
final class BakSyncer extends SyncIface<Backup> {
final class BakSyncer extends SyncIface {
const BakSyncer._() : super();
@override