relativeToNow method
Gets the relative time to now.
Implementation
String relativeToNow({
RelativeTimeConfig config = RelativeTimeConfig.defaultConfig,
}) =>
relativeTo(Hora.now(locale: locale), config: config);
Gets the relative time to now.
String relativeToNow({
RelativeTimeConfig config = RelativeTimeConfig.defaultConfig,
}) =>
relativeTo(Hora.now(locale: locale), config: config);