setApiKey method

Future<String?> setApiKey(
  1. String key
)

Implementation

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