menu
nlogger package
documentation
helper/date_time_helper.dart
DateTimeHelper
hoursSince static method
hoursSince static method
dark_mode
light_mode
hoursSince
static method
int
hoursSince
(
int
time
)
Implementation
static int hoursSince(int time) { return ((nowEpoch() - time) / (60 * 60 * 1000)).round(); }
nlogger package
documentation
helper/date_time_helper
DateTimeHelper
hoursSince static method
DateTimeHelper class