TF-3487 Create retriable failure state and toast

This commit is contained in:
DatDang
2025-02-24 10:37:07 +07:00
committed by Dat H. Pham
parent e595aa02a0
commit 91dddff18d
6 changed files with 245 additions and 2 deletions
@@ -4618,4 +4618,11 @@ class AppLocalizations {
name: 'viewEntireMessage',
);
}
String get retry {
return Intl.message(
'Retry',
name: 'retry',
);
}
}