设置双精度浮点数
Future<bool> setDouble(String key, double value) async => await _prefs.setDouble(key, value);