Encrypt typedef

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

Implementation

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