TF-524 Add Show all result button action

This commit is contained in:
dab246
2022-05-24 02:48:01 +07:00
committed by Dat H. Pham
parent acf6566924
commit 5db7390117
4 changed files with 46 additions and 4 deletions
@@ -1350,4 +1350,10 @@ class AppLocalizations {
'Recent',
name: 'recent');
}
String get showingResultsFor {
return Intl.message(
'Showing results for:',
name: 'showingResultsFor');
}
}