getPendingOperations method
Get all pending sync operations.
Implementation
@override
Future<List<DatumSyncOperation<T>>> getPendingOperations(String userId) async => List.of(_pendingOps[userId] ?? const []);
Get all pending sync operations.
@override
Future<List<DatumSyncOperation<T>>> getPendingOperations(String userId) async => List.of(_pendingOps[userId] ?? const []);