newUniqueId method
Implementation
DurableObjectId newUniqueId({String? jurisdiction}) =>
durableObjectIdFromJsObject(_delegate.newUniqueId(
interop.DurableObjectNamespaceNewUniqueIdOptions()
..jurisdiction = jurisdiction,
));
DurableObjectId newUniqueId({String? jurisdiction}) =>
durableObjectIdFromJsObject(_delegate.newUniqueId(
interop.DurableObjectNamespaceNewUniqueIdOptions()
..jurisdiction = jurisdiction,
));