decode method
Decode the data object, actual dencrypt or deanonymize. 数据解码,实际根据不同的密态场景底层可能是解密或去匿名化.
Implementation
@override
Future<Uint8List?> decode(CipherEntity cipher, {Context? ctx}) async {
return await _h.invoke(this, _methods['decode']!, [cipher], ctx);
}