读取双精度浮点数
Future<double?> getDouble(String key) async { final prefs = await _sharedPreferences; return prefs.getDouble(key); }