toLiveTime static method
Implementation
static String toLiveTime(
int? ms, [
DateFormats format = DateFormats.dateDMY,
]) {
return ms.toLiveTime(format);
}
static String toLiveTime(
int? ms, [
DateFormats format = DateFormats.dateDMY,
]) {
return ms.toLiveTime(format);
}