isJapanese static method
判断当前是否为日语用户
Implementation
static bool isJapanese() =>
countryCode.toLowerCase() == 'ja' || Platform.localeName.endsWith('JA');
判断当前是否为日语用户
static bool isJapanese() =>
countryCode.toLowerCase() == 'ja' || Platform.localeName.endsWith('JA');