TF-1363: [Presentation] Implement disable and enable spam report
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
import 'package:core/presentation/state/failure.dart';
|
||||
import 'package:core/presentation/state/success.dart';
|
||||
import 'package:tmail_ui_user/features/mailbox_dashboard/domain/model/spam_report_state.dart';
|
||||
|
||||
class StoreSpamReportStateLoading extends UIState {}
|
||||
|
||||
class StoreSpamReportStateSuccess extends UIState {
|
||||
|
||||
StoreSpamReportStateSuccess();
|
||||
final SpamReportState spamReportState;
|
||||
|
||||
StoreSpamReportStateSuccess(this.spamReportState);
|
||||
|
||||
@override
|
||||
List<Object> get props => [];
|
||||
|
||||
Reference in New Issue
Block a user