TF-314 Implement delete an email in EmailView

This commit is contained in:
dab246
2022-03-30 16:50:50 +07:00
committed by Dat H. Pham
parent e86847aa7f
commit 8bf80db4de
18 changed files with 242 additions and 5 deletions
@@ -963,4 +963,11 @@ class AppLocalizations {
name: 'your_download_has_started'
);
}
String get moved_to_trash {
return Intl.message(
'Moved to Trash',
name: 'moved_to_trash'
);
}
}