decrypt abstract method

Uint8List decrypt(
  1. EncryptionResult input
)

Decrypts the input data using the key and algorithm

Implementation

Uint8List decrypt(EncryptionResult input);