writeResource abstract method
Requests the client to perform a writeproperty
operation on a form
using the given content
.
Implementation
Future<void> writeResource(AugmentedForm form, Content content);
Requests the client to perform a writeproperty
operation on a form
using the given content
.
Future<void> writeResource(AugmentedForm form, Content content);