decode method
Decode
Implementation
@override
Future<Uint8List?> decode(CipherEntity cipher, {Context? ctx}) async {
return await _h.invoke(this, _methods['decode']!, [cipher], ctx);
}
Decode
@override
Future<Uint8List?> decode(CipherEntity cipher, {Context? ctx}) async {
return await _h.invoke(this, _methods['decode']!, [cipher], ctx);
}