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