getApiKey method

Future<String> getApiKey()

Implementation

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