setApiKey method

Future<void> setApiKey(
  1. String apiKey
)

Update the API key

Implementation

Future<void> setApiKey(String apiKey) {
  throw UnimplementedError('setApiKey() has not been implemented.');
}