updateBackgroundSyncCheckpoint abstract method
Updates the last checkpoint from a successful background sync for featureKey.
Stores (lastUpdatedAt, lastItemId) for deterministic pagination.
Implementation
Future<void> updateBackgroundSyncCheckpoint(
String featureKey,
SyncCheckpoint? checkpoint,
);