Skip to main content

Logging out a User

To logout the user and remove the session id from the device you can use the logout method. The user will need to login again to use the dApp next time the dApp is opened.

Usage

await Web3AuthFlutter.logout();
On this page