resetUser static method

Future<void> resetUser()

Resets the user.

When the user logs out, this function must be called to reset all previously configured identifiers and properties.

Implementation

static Future<void> resetUser() {
  return HacklePlatform.instance.resetUser();
}