Property PostCheckpointRequest
PostCheckpointRequest
Posts a checkpoint request with the connector. Null when the connector doesn't support that, in which case the request is posted to the PowerSync service directly.
public Func<string, string, CancellationToken, Task<string>>? PostCheckpointRequest { get; init; }