confirmOneClickOrder method Null safety
It's used to confirm the order with one click.
You can use it in product page.
Implementation
Future<String> confirmOneClickOrder(
{required int customerId,
int? addressId,
required int qty,
required int skuId});