call method

Future<W3WEntity> call(
  1. double lat,
  2. double lng
)

Implementation

Future<W3WEntity> call(double lat, double lng) {
  return repository.convertTo3wa(lat, lng);
}