setCredentials method

void setCredentials(
  1. String? cred
)

Implementation

void setCredentials(String? cred) {
  _credentials = cred;
}