decryptEncryptionResultWithKey abstract method

Future<Uint8List> decryptEncryptionResultWithKey(
  1. EncryptionResult encryptionResult,
  2. EncryptionKey key
)

decrypts a EncryptionResult object obtained from encryptWithKey() using key, use this method to avoid unnescessary serialisation/de-serilaisation during decryption

Implementation

Future<Uint8List> decryptEncryptionResultWithKey(
    EncryptionResult encryptionResult, EncryptionKey key);