You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
final messages = snapshot.data.docs;
it crashes because docs can be null , any solution ? , i tried to add null check like this : snapshit.data.!docs; but still the same problem
The text was updated successfully, but these errors were encountered:
final messages = snapshot.data.docs;
it crashes because docs can be null , any solution ? , i tried to add null check like this : snapshit.data.!docs; but still the same problem
The text was updated successfully, but these errors were encountered: