markSynced abstract method
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);
Marks the items with the given ids
as synced
at the given serverTimeSyncedAt
time.
Throws an exception if the marking fails.
Future<void> markSynced(List<String> ids, DateTime serverTimeSyncedAt);