setUid method

void setUid(
  1. String uid
)

Implementation

void setUid(String uid) {
  this.uid = uid;
}