identify method
- String? identifier
Identifies this device with a profile using a Custom User ID
identifier
of the profile you want to identify against. If a profile already exists,
this device will be attached to it.
Must not be longer than 1024 characters.
Implementation
void identify(String? identifier) {
_channel.invokeMethod("profile.identify", {'identifier': identifier});
}