registerUnidentifiedUser static method

Future<void> registerUnidentifiedUser()

Function to create a unidentified user in Intercom. You need to register your users before you can talk to them and track their activity in your app.

Implementation

static Future<void> registerUnidentifiedUser() {
  return IntercomFlutterPlatform.instance.registerUnidentifiedUser();
}