getLastSyncResult abstract method

Future<DatumSyncResult<T>?> getLastSyncResult(
  1. String userId
)

Retrieves the result of the last synchronization for a user.

Implementation

Future<DatumSyncResult<T>?> getLastSyncResult(String userId);