nextPrayer method

Prayer nextPrayer()

Implementation

Prayer nextPrayer() {
  return nextPrayerByDateTime(DateTime.now());
}