add showToast & dialog clickMaskDismiss

This commit is contained in:
csf
2022-08-15 14:39:31 +08:00
parent f9a2047ec5
commit da4c218ea3
9 changed files with 79 additions and 39 deletions

View File

@@ -363,7 +363,7 @@ void logout(OverlayDialogManager dialogManager) async {
},
body: json.encode(body));
} catch (e) {
dialogManager.showToast('Failed to access $url');
showToast('Failed to access $url');
}
resetToken();
}