clearUserId static method
Clears the persisted user identifier.
This preserves the install's anonymous identifier but resets the analytics session for the next event.
Implementation
static Future<void> clearUserId() {
return DigiaInstance.instance.clearUserId();
}