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
When using showDialog i want to return data from the dialog to the "caller"-method that called showDialog.
The showDialog returns Future but should be Future<T?>showDialog(...).
When using showDialog i want to return data from the dialog to the "caller"-method that called showDialog.
The showDialog returns Future but should be Future<T?>showDialog(...).
Example "Caller":
Here i need the result to not be void.
Example LoginDialog:
I am passing the text values of two TextBoxes to the "caller".
The text was updated successfully, but these errors were encountered: