getLastSyncResult abstract method
Retrieves the result of the last synchronization for a user.
Implementation
Future<DatumSyncResult<T>?> getLastSyncResult(String userId);Retrieves the result of the last synchronization for a user.
Future<DatumSyncResult<T>?> getLastSyncResult(String userId);