setCurrentLocale static method
Set the current locale for TimeAgo formatting
Implementation
static void setCurrentLocale(String langCode) {
_currentLangCode = langCode;
}
Set the current locale for TimeAgo formatting
static void setCurrentLocale(String langCode) {
_currentLangCode = langCode;
}