Future<String> getTimeDhuhr() async { await _fetchData(); return _cachedData?['prayer_times']?['Dhuhr'] ?? 'غير معروف'; }