setPublicKey method

void setPublicKey(
  1. String value
)

Implementation

void setPublicKey(String value) {
  set('sentry-public_key', value);
}