Remove store state to refresh in FCM
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user