setHashedUserId static method
Sets the hashed user ID for targeting.
Implementation
static void setHashedUserId(String? hashedUserId) {
_methodChannel
.invokeMethod('setHashedUserId', {'hashedUserId': hashedUserId});
}
Sets the hashed user ID for targeting.
static void setHashedUserId(String? hashedUserId) {
_methodChannel
.invokeMethod('setHashedUserId', {'hashedUserId': hashedUserId});
}