getLatestServerSyncTime abstract method

Future<DateTime?> getLatestServerSyncTime()

Get the latest server sync timestamp from the remote data source.

This timestamp is typically derived from the server_time_synced_at field of the most recently synced document.

Returns null if there are no synced items yet.

Implementation

Future<DateTime?> getLatestServerSyncTime();