isTurkish static method
判断当前是否为土耳其语用户
Implementation
static bool isTurkish() =>
countryCode.toLowerCase() == 'tr' || Platform.localeName.endsWith('TR');
判断当前是否为土耳其语用户
static bool isTurkish() =>
countryCode.toLowerCase() == 'tr' || Platform.localeName.endsWith('TR');