isItalian static method
判断当前是否为意大利语用户
Implementation
static bool isItalian() =>
countryCode.toLowerCase() == 'it' || Platform.localeName.endsWith('IT');
判断当前是否为意大利语用户
static bool isItalian() =>
countryCode.toLowerCase() == 'it' || Platform.localeName.endsWith('IT');