updateContents(data:)
Update the contents of the document with the provided data.
Declaration
final nonisolated(nonsending) func updateContents(data: Data) async throwsParameters
- data:
The new document contents.
Update the contents of the document with the provided data.
final nonisolated(nonsending) func updateContents(data: Data) async throwsThe new document contents.