decode abstract method
Implementation
Future<dynamic> decode({
required String topic,
required String encoded,
CryptoDecodeOptions? opts,
});
Future<dynamic> decode({
required String topic,
required String encoded,
CryptoDecodeOptions? opts,
});