feat(example): establishing connection improvements

This commit is contained in:
ksenia312
2024-02-08 13:09:27 +01:00
parent 35119a98f4
commit 7d49169dea
3 changed files with 53 additions and 24 deletions
+1
View File
@@ -24,6 +24,7 @@ class AppSnackBar {
SnackBar(
content: content,
action: action,
duration: Duration(seconds: action != null ? 10 : 2),
),
);
return messenger.closed.then((value) => null);