decode method

  1. @MPI(name: "_{mesh.name}.cipher.decode")
Future<Uint8List?> decode(
  1. CipherEntity cipher, {
  2. Context? ctx,
})

Decode

Implementation

@MPI(name: "_{mesh.name}.cipher.decode")
Future<Uint8List?> decode(CipherEntity cipher, {Context? ctx}) {
  throw UnimplementedError('decode() has not been implemented.');
}