isGermany static method
判断当前是否为德语用户
Implementation
static bool isGermany() =>
countryCode.toLowerCase() == 'de' || Platform.localeName.endsWith('DE');
判断当前是否为德语用户
static bool isGermany() =>
countryCode.toLowerCase() == 'de' || Platform.localeName.endsWith('DE');