Remove store state to refresh in FCM

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-06-17 14:11:12 +07:00
committed by Dat H. Pham
parent b6f179532d
commit 4bd5ecc5d4
7 changed files with 0 additions and 105 deletions
@@ -1,12 +0,0 @@
import 'package:core/presentation/state/failure.dart';
import 'package:core/presentation/state/success.dart';
class StoreEmailStateToRefreshLoading extends UIState {}
class StoreEmailStateToRefreshSuccess extends UIState {}
class StoreEmailStateToRefreshFailure extends FeatureFailure {
StoreEmailStateToRefreshFailure(dynamic exception) : super(exception: exception);
}
@@ -1,12 +0,0 @@
import 'package:core/presentation/state/failure.dart';
import 'package:core/presentation/state/success.dart';
class StoreMailboxStateToRefreshLoading extends UIState {}
class StoreMailboxStateToRefreshSuccess extends UIState {}
class StoreMailboxStateToRefreshFailure extends FeatureFailure {
StoreMailboxStateToRefreshFailure(dynamic exception) : super(exception: exception);
}