SyncCheckpoint.fromSyncable constructor
SyncCheckpoint.fromSyncable(
- BigInt syncId
Create checkpoint from a syncable item
Implementation
factory SyncCheckpoint.fromSyncable(BigInt syncId) {
return SyncCheckpoint(
afterId: syncId,
);
}