TF-340 Debouncing when open the mailbox to prevent too much pressure on Back-end request

This commit is contained in:
Dat PHAM HOANG
2022-03-16 21:52:36 +07:00
committed by Dat H. Pham
parent c0b654d5a9
commit baedd9597a
4 changed files with 43 additions and 3 deletions
+2
View File
@@ -4,6 +4,8 @@ abstract class Success with EquatableMixin {}
abstract class ViewState extends Success {}
abstract class ViewEvent extends Success {}
class UIState extends ViewState {
static final idle = UIState();