Saves an integer value for key.
value
key
static Future setInt(String key, int value) async { await _prefs.setInt(key, value); }