decrypt abstract method
Decrypts the passed encrypted bytes.
Implementation
@override
FutureOr<V> decrypt(T encryptedData, {InitialisationVector iv});
Decrypts the passed encrypted bytes.
@override
FutureOr<V> decrypt(T encryptedData, {InitialisationVector iv});