setAndroidId method

void setAndroidId(
  1. String value
)

Implementation

void setAndroidId(String value) {
  this.androidId = value;
}