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