setKey method

void setKey(
  1. String key
)

Implementation

void setKey(String key) {
  _key = key;
}