When I have durable object, let's call it xyz I must use fetch to communicate with it? or could I c

When I have durable object, let's call it xyz I must use fetch to communicate with it?
or could I call it's functions directly?
example: xyz.storage.get('key');
Was this page helpful?