logout static method

Future logout()

When a user logs out of your app, make sure to log out of Userleap. This will prevent new activity being associated with the wrong user.

Implementation

static Future logout() => UserleapFlutterPlatform.instance.logout();