Ejemplo n.º 1
0
    public async Task LogoutAsync()
    {
        await _authApi.Logout();

        NotifyAuthenticationStateChanged(GetAuthenticationStateAsync());
    }