TF-1812 Implement interactor store sending email

(cherry picked from commit d1a064ec87c9f0ebdb373c893d891db9a93a9d37)
This commit is contained in:
dab246
2023-05-24 15:05:19 +07:00
committed by Dat Vu
parent 51652aa8c8
commit c98be4cfc5
18 changed files with 179 additions and 19 deletions
@@ -2869,4 +2869,11 @@ class AppLocalizations {
'Cannot select this image.',
name: 'cannotSelectThisImage');
}
String get messageHasBeenSavedToTheSendingQueue {
return Intl.message(
'Message has been saved to the sending queue.',
name: 'messageHasBeenSavedToTheSendingQueue',
);
}
}