setHashedUserId static method

void setHashedUserId(
  1. String? hashedUserId
)

Sets the hashed user ID for targeting.

Implementation

static void setHashedUserId(String? hashedUserId) {
  _methodChannel
      .invokeMethod('setHashedUserId', {'hashedUserId': hashedUserId});
}