TF-2188 Add Canceled sending state

(cherry picked from commit fb802e50dbdeaddabf09f450ad19a75ed7d27f39)
This commit is contained in:
dab246
2023-10-05 15:42:52 +07:00
committed by Dat H. Pham
parent 04548cb1e9
commit 2478fa4b56
7 changed files with 52 additions and 16 deletions
@@ -105,6 +105,8 @@ class SendingEmail with EquatableMixin {
bool get isSuccess => sendingState == SendingState.success;
bool get isCanceled => sendingState == SendingState.canceled;
@override
List<Object?> get props => [
sendingId,