Stores a double value.
static Future<void> putDouble(String key, double value) async { await _sharedPreferences.setDouble(key, value); }