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