contentType property

  1. @override
ContentTypeId 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",
    );