Returns the number of pending synchronization operations for the user.
Future<int> getPendingCount(String userId) async { _ensureInitialized(); return _queueManager.getPendingCount(userId); }