TF-460 Create ProfilesView and IdentitiesView

This commit is contained in:
dab246
2022-04-25 19:06:32 +07:00
committed by Dat H. Pham
parent bfe3652730
commit 24eceb67f8
15 changed files with 309 additions and 24 deletions
@@ -1168,4 +1168,9 @@ class AppLocalizations {
return Intl.message('Profiles',
name: 'profiles');
}
String get identities {
return Intl.message('Identities',
name: 'identities');
}
}