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