TF-340 Debouncing when open the mailbox to prevent too much pressure on Back-end request
This commit is contained in:
committed by
Dat H. Pham
parent
c0b654d5a9
commit
baedd9597a
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user