setAdjustId static method

void setAdjustId(
  1. String? id
)

Implementation

static void setAdjustId(String? id) {
  _pigeon.setAdjustId(id);
}