Encrypt typedef

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

Implementation

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