feedback models added
This commit is contained in:
@@ -20,4 +20,8 @@ class AuthRepository {
|
||||
Future<Result<LogoutResponse>> logout() async {
|
||||
return _authService.logout();
|
||||
}
|
||||
|
||||
Future<void> localLogout() async {
|
||||
return _authService.localLogout();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user