setWoosmapApiKey method
The function setWoosmapApiKey
is not implemented and throws an UnimplementedError
.
@param apiKey - The apiKey parameter is a string that represents the API key for the Woosmap
service.
Implementation
Future<String?> setWoosmapApiKey(apiKey) {
throw UnimplementedError('setWoosmapApiKey() has not been implemented.');
}