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