call method

Future<W3WEntity> call(
  1. String words
)

Implementation

Future<W3WEntity> call(String words) {
  return repository.convertToCoordinates(words);
}