registerCodec method
Implementation
void registerCodec(XMTPCodec codec) {
final key = '${codec.authorityId}/${codec.typeId}';
_codecs[key] = codec;
}
void registerCodec(XMTPCodec codec) {
final key = '${codec.authorityId}/${codec.typeId}';
_codecs[key] = codec;
}