TF-460 Implement ManageAccountLeftMenuView

This commit is contained in:
dab246
2022-04-25 17:51:45 +07:00
committed by Dat H. Pham
parent d1c341b020
commit bfe3652730
10 changed files with 184 additions and 11 deletions
@@ -1163,4 +1163,9 @@ class AppLocalizations {
return Intl.message('Manage account',
name: 'manage_account');
}
String get profiles {
return Intl.message('Profiles',
name: 'profiles');
}
}