Future seen(String contactId) async { await dio.put('/chat/seen/$contactId'); session.profile.conversationsCount--; }