TF-1190 Handle SetError when send message

This commit is contained in:
dab246
2023-02-03 11:03:57 +07:00
committed by Dat Vu
parent 4e576c346b
commit f41baf5250
12 changed files with 154 additions and 40 deletions
@@ -26,5 +26,5 @@ class SendEmailFailure extends FeatureFailure {
SendEmailFailure(this.exception);
@override
List<Object> get props => [exception];
List<Object?> get props => [exception];
}