setPublicKey method

void setPublicKey(
  1. String key
)

Implementation

void setPublicKey(String key) {
  this._publicKey = key;
}