feat: Implement account management functionality with loading, creation, and error handling
This commit is contained in:
@@ -58,12 +58,4 @@ class GroupService {
|
||||
}).toList();
|
||||
});
|
||||
}
|
||||
|
||||
Future<void> removeMemberFromGroup(String groupId, String memberId) async {
|
||||
// TODO: Implémenter la suppression d'un membre d'un groupe
|
||||
}
|
||||
|
||||
Future<void> addMemberToGroup(String groupId, String memberId) async {
|
||||
// TODO: Implémenter l'ajout d'un membre à un groupe
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user