TF-1115 Handle onError for all controller

This commit is contained in:
dab246
2022-10-28 13:12:14 +07:00
committed by Dat H. Pham
parent ef08949e98
commit 490787fc11
28 changed files with 11 additions and 103 deletions
@@ -105,9 +105,9 @@ class AppLocalizations {
return Intl.message('Multiple integrations', name: 'multipleIntegrations');
}
String get unknown_error_login_message {
String get unknownError {
return Intl.message('Unknown error occurred, please try again',
name: 'unknown_error_login_message');
name: 'unknownError');
}
String get search_folder {