markSynced abstract method

Future<void> markSynced(
  1. List<String> ids,
  2. DateTime serverTimeSyncedAt
)

Marks the items with the given ids as synced at the given serverTimeSyncedAt time.

Throws an exception if the marking fails.

Implementation

Future<void> markSynced(List<String> ids, DateTime serverTimeSyncedAt);