getLastSyncServerTime abstract method

Future<DateTime?> getLastSyncServerTime()

Retrieves the server timestamp of the last successful sync.

Returns null if no sync has occurred yet.

Implementation

Future<DateTime?> getLastSyncServerTime();