getCheckpoint abstract method

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

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

Implementation

Future<SyncCheckpoint?> getCheckpoint(String featureKey);