put int. 存储sp中key的int值
static Future<bool> putInt(String key, int value) => _prefs.setInt(key, value);