getAddressListFromGeoCoordinates abstract method

Future<List<Address?>> getAddressListFromGeoCoordinates(
  1. GeoCoordinates location
)

Implementation

Future<List<Address?>> getAddressListFromGeoCoordinates(GeoCoordinates location);