getTimeIsha method

Future<String> getTimeIsha()

Implementation

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