getPendingOperations abstract method

Future<List<DatumSyncOperation<T>>> getPendingOperations(
  1. String userId
)

Get all pending sync operations.

Implementation

Future<List<DatumSyncOperation<T>>> getPendingOperations(String userId);