Decrypt typedef

Decrypt = Future<List<int>> Function(List<int> str)

Implementation

typedef Future<List<int>> Decrypt(List<int> str);