menu
prayer_time package
documentation
prayer_time.dart
PrayTime
timeDiff method
timeDiff method
dark_mode
light_mode
timeDiff
method
double
timeDiff
(
double
time1
,
double
time2
)
Implementation
double timeDiff(double time1, double time2) { return fixhour(time2 - time1); }
prayer_time package
documentation
prayer_time
PrayTime
timeDiff method
PrayTime class