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