defaultUser property

String? defaultUser
final

Instead of specifying a user identifier with each send call, you can set your user's name/email/identifier here. The defaultUser value will be sent with every signal.

Note that just as with specifying the user identifier with the send call, the identifier will never leave the device. Instead it is used to create a hash, which is included in your signal to allow you to count distinct users.

Implementation

final String? defaultUser;