contentType property
*[<Null safety>](https://dart.dev/null-safety)*
Annotations
- @overrideContentTypeId contentType
override
This completes the implementation of the Codec interface.
Implementation
@override
xmtp.ContentTypeId get contentType => throw UnsupportedError(
"the Client, as a Codec, does not advertise a single content type",
);