Skip to main content

contentType property

*[<Null safety>](https://dart.dev/null-safety)*

Annotations

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",
);