getString method
Implementation
String getString([BuildContext? context]) {
// if (isAndroid() || isIOS()) {
// var localeName = Platform.localeName;
// var value = _valueMap[localeName];
// return value ?? _defaultValue;
// }
return _defaultValue;
}