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