of static method
Implementation
static ComIntl of(BuildContext context) {
final locale = Localizations.localeOf(context).languageCode;
return localizedValues[locale] ?? localizedValues['zh']!;
}
static ComIntl of(BuildContext context) {
final locale = Localizations.localeOf(context).languageCode;
return localizedValues[locale] ?? localizedValues['zh']!;
}