decode method

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

Decode

Implementation

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