decrypt abstract method

Future<List<int>> decrypt(
  1. List<int> encryptedData
)

Decrypts the given encryptedData.

Returns original data.

Implementation

Future<List<int>> decrypt(List<int> encryptedData);