isJapanese static method

bool isJapanese()

判断当前是否为日语用户

Implementation

static bool isJapanese() =>
    countryCode.toLowerCase() == 'ja' || Platform.localeName.endsWith('JA');