Store an int value
Future<void> setInt(String key, int value) async { await setString(key, value.toString()); }