isGoogleTranslationEnable static method

bool isGoogleTranslationEnable()

Implementation

static bool isGoogleTranslationEnable() =>
    _preferences.getBool("${prefix}TranslateLanguageChecked") ?? false;