setKeys static method

void setKeys(
  1. String consumerKey,
  2. String secretKey
)

Implementation

static void setKeys(String consumerKey, String secretKey) {
  _consumerKey = consumerKey;
  _secretKey = secretKey;
}