decryptSerializedStringWithKey abstract method

Future<Uint8List> decryptSerializedStringWithKey(
  1. String serialized,
  2. EncryptionKey key
)

Implementation

Future<Uint8List> decryptSerializedStringWithKey(
    String serialized, EncryptionKey key);