getInitialSyncCheckpoint abstract method

Future<SyncCheckpoint?> getInitialSyncCheckpoint(
  1. String featureKey
)

Returns the last checkpoint from the initial sync process for featureKey.

Implementation

Future<SyncCheckpoint?> getInitialSyncCheckpoint(String featureKey);