checkoutReview method Null safety
It's used to get final stage in checkout cycle, It's just a review contains order Items - selected payment - selected address
Implementation
Future<CheckoutReviewModel> checkoutReview(
{required int customerId,
int? paymentOptionId,
int? addressId,
int? loyaltyPoints,
int? pickStoreID});