getInitialSyncCheckpoint method
Returns the last checkpoint from the initial sync process for featureKey.
Implementation
@override
Future<SyncCheckpoint?> getInitialSyncCheckpoint(String featureKey) async {
return _initialCheckpoints[featureKey];
}