updateLastInitialSyncCursor abstract method
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);