sendUserIdentifier abstract method

Future<void> sendUserIdentifier({
  1. required String userIdentifier,
})

Sends a User Identifier to tracking services.

Only works for Digital Experience Analytics. This identifier is immediately hashed so no PII can ever be accessed.

The userIdentifier should be a string that is max 100 characters long.

Implementation

Future<void> sendUserIdentifier({required String userIdentifier});