recode method
- @MPI(name: "_{mesh.name}.cipher.recode")
- CipherTxEntity cipher, {
- Context? ctx,
Recode
Implementation
@MPI(name: "_{mesh.name}.cipher.recode")
Future<Uint8List?> recode(CipherTxEntity cipher, {Context? ctx}) {
throw UnimplementedError('recode() has not been implemented.');
}