feedback models added

This commit is contained in:
amirrezaghabeli
2025-08-17 12:29:12 +03:30
parent dfe3e21068
commit 5bb7326c76
21 changed files with 1969 additions and 94 deletions
@@ -20,4 +20,8 @@ class AuthRepository {
Future<Result<LogoutResponse>> logout() async {
return _authService.logout();
}
Future<void> localLogout() async {
return _authService.localLogout();
}
}