Reads a stored double, or null when the key was never written.
@override double? readDouble(String key) => _store.getDouble(key);