loyaltyPointsRedeem method Null safety
It's used to apply points
Implementation
Future<CheckouCartSummaryModel> loyaltyPointsRedeem(
{required int customerId,
required int addressId,
required int loyaltyPoints,
int? storeId});
It's used to apply points
Future<CheckouCartSummaryModel> loyaltyPointsRedeem(
{required int customerId,
required int addressId,
required int loyaltyPoints,
int? storeId});