skip to Main Content

null check operator used on a null value – Flutter

Cant find the error generated from this code. Null check operator used on a null value. The relevant error-causing was StreamBuilder<List<Message class ChatList extends ConsumerWidget { final String recieverUserId; const ChatList({ Key? key, required this.recieverUserId, }) : super(key: key); @override…

VIEW QUESTION
Back To Top
Search