setWoosmapApiKey method

Future<String?> setWoosmapApiKey(
  1. dynamic apiKey
)

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.');
}