SDK Reference - logout
React Native
Flutter
iOS
Android
.NET
The logout method deauthenticates the user with IAPHUB.
After logging out, the user will switch back to their anonymous user ID (prefixed with 'a:').
Example
await Iaphub.logout();
React Native
Flutter
iOS
Android
.NET
Parameters
This method does not require any parameters.
Response
This method does not return any response.