getBackgroundSyncCheckpoint abstract method
Returns the last checkpoint from a successful background sync for featureKey.
Used for resumable, incremental syncing.
Implementation
Future<SyncCheckpoint?> getBackgroundSyncCheckpoint(String featureKey);