static Future<void> setBool(String key, bool value) async { Log.i(tag, "setBool:"+key+","+value.toString()); await prefs.setBool(key, value); }