encode method

  1. @override
Future<EncodedContent> encode(
  1. DecodedContent decoded
)
override

This is called to encode the content

Implementation

@override
Future<xmtp.EncodedContent> encode(DecodedContent decoded) =>
    _codecs.encode(decoded);