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