currentPrayer method

Prayer currentPrayer()

Implementation

Prayer currentPrayer() {
  return currentPrayerByDateTime(DateTime.now());
}