getLastBackgroundSyncedCursor abstract method

Future<String?> getLastBackgroundSyncedCursor(
  1. String featureKey
)

Returns the last time a successful sync (initial or incremental) ran for featureKey. Returns the last saved cursor representing the state of the last successful sync (initial or incremental) for featureKey, or null.

Implementation

Future<String?> getLastBackgroundSyncedCursor(String featureKey);