setInitialId method

void setInitialId(
  1. String? uid
)

Implementation

void setInitialId(String? uid) {
  _registeredCurrentId = uid;
}