feat: user list

This commit is contained in:
xsahil03x
2020-11-17 23:32:16 +05:30
parent cd8ca90052
commit e5b25d8d06
5 changed files with 148 additions and 129 deletions
-6
View File
@@ -90,12 +90,6 @@ class UsersBlocState extends State<UsersBloc>
}
}
@override
void initState() {
super.initState();
final client = StreamChat.of(context).client;
}
@override
Widget build(BuildContext context) {
super.build(context);