Future<void> clearPendingMutation(String requestId) async { await _mutationSyncer?.clearPendingMutation(requestId); }