decrypt abstract method

  1. @override
FutureOr<V> decrypt(
  1. T encryptedData, {
  2. InitialisationVector iv,
})
override

Decrypts the passed encrypted bytes.

Implementation

@override
FutureOr<V> decrypt(T encryptedData, {InitialisationVector iv});