isFrench static method
判断当前是否为法语用户
Implementation
static bool isFrench() =>
countryCode.toLowerCase() == 'fr' || Platform.localeName.endsWith('FR');
判断当前是否为法语用户
static bool isFrench() =>
countryCode.toLowerCase() == 'fr' || Platform.localeName.endsWith('FR');