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