getConsumerLocation method

Future<EntityLocation?> getConsumerLocation(
  1. String id
)

Implementation

Future<EntityLocation?> getConsumerLocation(String id) async {
  return await _locationService.getConsumerLocations({"entityId": id});
}