SDK Reference - logout
React native
Flutter
Swift
Kotlin
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
Swift
Kotlin
Parameters
This method does not require any parameters.
Response
This method does not return any response.