setClientApiKey abstract method

void setClientApiKey({
  1. required String apiKey,
})

Allow switching the API key used to authenticate requests.

Implementation

void setClientApiKey({required String apiKey});