relativeFromNow method
Gets the relative time from now.
Examples:
- "a few seconds ago"
- "5 minutes ago"
- "in 2 hours"
Implementation
String relativeFromNow({
RelativeTimeConfig config = RelativeTimeConfig.defaultConfig,
}) =>
relativeFrom(Hora.now(locale: locale), config: config);