Future<String?> encryptList({required String key, required List<dynamic> data}) { throw UnimplementedError('encryptList() has not been implemented.'); }