return bool by key if exist return True else false
bool
static bool? getBoolOrNull( String key, ) => _prefs.getBool(key);