fixed deprecation issues

This commit is contained in:
sonykurian96
2021-07-28 21:19:09 +05:30
parent d5cff7e2c2
commit ffe11de4f9
10 changed files with 24 additions and 24 deletions
@@ -134,7 +134,7 @@ class _GroupChatDetailsScreenState extends State<GroupChatDetailsScreen> {
id: Uuid().v4(),
extraData: {
'members': [
client.state.user!.id,
client.state.currentUser!.id,
..._selectedUsers.map((e) => e.id),
],
'name': groupName,