setXApiKey method

void setXApiKey(
  1. String value
)

Implementation

void setXApiKey(String value) => _header['X-Api-Key'] = value;