TF-1915 Add SendingState property to SendingEmail

(cherry picked from commit 678593583b598f3f06f2a838ce4cd788ed1de513)
This commit is contained in:
dab246
2023-06-08 15:16:55 +07:00
committed by Dat Vu
parent cada3c2607
commit d0888e9847
11 changed files with 157 additions and 14 deletions
@@ -2974,4 +2974,18 @@ class AppLocalizations {
name: 'deleteSomeOfflineEmailSuccessfully',
);
}
String get delivering {
return Intl.message(
'Delivering',
name: 'delivering',
);
}
String get error {
return Intl.message(
'Error',
name: 'error',
);
}
}