TF-2520 Implement print email in email view
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import 'package:core/presentation/state/failure.dart';
|
||||
import 'package:core/presentation/state/success.dart';
|
||||
|
||||
class PrintEmailLoading extends LoadingState {}
|
||||
|
||||
class PrintEmailSuccess extends UIState {}
|
||||
|
||||
class PrintEmailFailure extends FeatureFailure {
|
||||
|
||||
PrintEmailFailure({dynamic exception}) : super(exception: exception);
|
||||
}
|
||||
Reference in New Issue
Block a user