deletes the given atsign
atsign
Future<bool> deleteContact(String atsign) async { return await ContactService().deleteAtSign(atSign: atsign); }