decode abstract method

Future<T> decode(
  1. EncodedContent encoded
)

This is called to decode the content captured by encoded.

Implementation

Future<T> decode(xmtp.EncodedContent encoded);