getLastInitialSyncCursor abstract method

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

Returns the last saved cursor specifically used by the initial sync process for featureKey, or null if none.

Implementation

Future<String?> getLastInitialSyncCursor(String featureKey);