updateLastInitialSyncCursor abstract method

Future<void> updateLastInitialSyncCursor(
  1. String featureKey,
  2. String? cursor
)

Updates the last saved cursor used by the initial sync process for featureKey. This is kept separate from the incremental/background sync cursor to avoid conflicts between initial one-time downloads and ongoing incremental syncing.

Implementation

Future<void> updateLastInitialSyncCursor(String featureKey, String? cursor);