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
I have a model and I want to submit data input from form_bloc into it, the data should be submitted into params and the data is placed inside List<dynamic>? response; how to submit it with using form_bloc?
I have a model and I want to submit data input from form_bloc into it, the data should be submitted into params and the data is placed inside
List<dynamic>? response;
how to submit it with using form_bloc?The text was updated successfully, but these errors were encountered: