encode method
*[<Null safety>](https://dart.dev/null-safety)*
Future<EncodedContent> encode (T decoded)
This is called to encode the content
Implementation
Future<xmtp.EncodedContent> encode(T decoded);
*[<Null safety>](https://dart.dev/null-safety)*
Future<EncodedContent> encode (T decoded)
This is called to encode the content
Future<xmtp.EncodedContent> encode(T decoded);