updateLastBackgroundSyncedCursor abstract method

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

Updates the last saved cursor representing the state of the last successful sync (initial or incremental) for featureKey. cursor may be null if there is no cursor to record.

Implementation

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