feat: implement dialog callback
This commit is contained in:
@@ -589,7 +589,7 @@ void setPasswordDialog() async {
|
||||
MinCharactersValidationRule(8),
|
||||
];
|
||||
|
||||
gFFI.dialogManager.show((setState, close) {
|
||||
gFFI.dialogManager.show((setState, close, context) {
|
||||
submit() {
|
||||
setState(() {
|
||||
errMsg0 = "";
|
||||
|
||||
Reference in New Issue
Block a user