getShipmentAddresses method Null safety
- {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});
Use it in determine the users's location zone by getting all his addresses in this zone
Future<List<AddressModel>> getShipmentAddresses({required int customId});