Future<dynamic> setIntValues(String key, int value) async { var prefs = await SharedPreferences.getInstance(); await prefs.setInt(key, value); }