recode method

  1. @override
Future<Uint8List?> recode(
  1. CipherTxEntity cipher, {
  2. Context? ctx,
})
override

Recode

Implementation

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