unhideComputerUseApps function
Unhide apps hidden during computer use (called at turn-end).
Implementation
Future<void> unhideComputerUseApps(List<String> bundleIds) async {
if (bundleIds.isEmpty) return;
// Would call Swift native module to unhide
_logDebug('unhideComputerUseApps: ${bundleIds.length} apps');
}