Future<Map?> encrypt(List<int> data, List<int> key) { throw UnimplementedError('encrypt() has not been implemented.'); }