updateContents(url:)
Update the contents of the document with the provided URL.
Declaration
final nonisolated(nonsending) func updateContents(url: URL) async throwsParameters
- url:
A file URL pointing to the new document contents.
Update the contents of the document with the provided URL.
final nonisolated(nonsending) func updateContents(url: URL) async throwsA file URL pointing to the new document contents.