Add presentation layer for get list Email in Mailbox

This commit is contained in:
dab246
2021-08-10 12:33:38 +07:00
committed by Dat H. Pham
parent 1863ba8d02
commit bc6e10bafe
18 changed files with 406 additions and 148 deletions
@@ -108,10 +108,10 @@ class AppLocalizations {
);
}
String get no_threads {
String get no_emails {
return Intl.message(
'No threads',
name: 'no_threads',
'No emails',
name: 'no_emails',
);
}