decryptWithKey abstract method
- @Deprecated('use decryptSerializedStringWithKey() instead')
- String serialized,
- EncryptionKey key
Pass a string in Cryppo serialized encrypted format and a EncryptionKey (key type dependant on the scheme being used) to return binary decrypted data.
Implementation
@Deprecated('use decryptSerializedStringWithKey() instead')
Future<Uint8List> decryptWithKey(String serialized, EncryptionKey key);