TF-1190 Handle SetError when send message
This commit is contained in:
@@ -26,5 +26,5 @@ class SendEmailFailure extends FeatureFailure {
|
||||
SendEmailFailure(this.exception);
|
||||
|
||||
@override
|
||||
List<Object> get props => [exception];
|
||||
List<Object?> get props => [exception];
|
||||
}
|
||||
Reference in New Issue
Block a user