getShipmentAddresses method Null safety

Future<List<AddressModel>> getShipmentAddresses(
  1. {required int customId}
)

Use it in determine the users's location zone by getting all his addresses in this zone

Implementation

Future<List<AddressModel>> getShipmentAddresses({required int customId});