logOut static method

Future<void> logOut()

Sets the default value of the user's email to nil and show email field and remove user name from all reports It also reset the chats on device and removes user attributes, user data and completed surveys.

Implementation

static Future<void> logOut() async {
  return _host.logOut();
}