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
how to solve this? I'm new to Flutter 2.
The parameter 'messages' can't have a value of 'null' because of its type, but the implicit default value is 'null'.
Try adding either an explicit non-'null' default value or the 'required' modifier.
The text was updated successfully, but these errors were encountered:
Facing the same issue. Cannot override this func, since it needs ChatMessage to be constant, which is not possible since it dont even have any constant constructor. Please suggest
how to solve this? I'm new to Flutter 2.
The parameter 'messages' can't have a value of 'null' because of its type, but the implicit default value is 'null'.
Try adding either an explicit non-'null' default value or the 'required' modifier.
The text was updated successfully, but these errors were encountered: