TF-2667 Show sending message dialog when click send button
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import 'package:core/presentation/state/failure.dart';
|
||||
import 'package:core/presentation/state/success.dart';
|
||||
|
||||
class GenerateEmailLoading extends LoadingState {}
|
||||
|
||||
class GenerateEmailFailure extends FeatureFailure {
|
||||
|
||||
GenerateEmailFailure(dynamic exception) : super(exception: exception);
|
||||
}
|
||||
Reference in New Issue
Block a user