formatDurationFrom method
NOT YET IMPLEMENTED.
Formats a string indicating how long ago (negative duration
) or how far
in the future (positive duration
) some time is with respect to a
reference date
.
Implementation
String formatDurationFrom(Duration duration, DateTime date) => '';