static String getTimeAgoForChat(DateTime? date, {Locale? locale}) { return _delegate.timeAgoForChat( date, locale: locale, ); }