Returns a human-readable relative time string.
Examples:
5 minutes ago
2 days ago
The output language can be customized using locale.
locale
String ago({String locale = "en"}) => timeago.format(this, locale: locale);