TF-248 Change ui toast notification

This commit is contained in:
dab246
2022-02-09 14:20:07 +07:00
committed by Dat H. Pham
parent a48f508171
commit 818d65b3a6
8 changed files with 70 additions and 9 deletions
@@ -518,4 +518,12 @@ class AppLocalizations {
'This feature is under development.',
name: 'the_feature_is_under_development');
}
String marked_message_toast(String action) {
return Intl.message(
'Youve marked messages as "$action"',
name: 'marked_message_toast',
args: [action]
);
}
}