Stores an integer value.
static Future<void> putInt(String key, int value) async { await _sharedPreferences.setInt(key, value); }