Decrypt typedef

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

Implementation

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