getBackgroundSyncCheckpoint abstract method

Future<SyncCheckpoint?> getBackgroundSyncCheckpoint(
  1. String featureKey
)

Returns the last checkpoint from a successful background sync for featureKey. Used for resumable, incremental syncing.

Implementation

Future<SyncCheckpoint?> getBackgroundSyncCheckpoint(String featureKey);