Future<UserModel?> getUserDetails() async { final response = await authService.getCurrentUser(); return response.user; }