Future<String> anomaly(Map<String, dynamic> data) async { String res = await repository.anomaly(data); return res; }