getCartDetails abstract method

Future<Map<String, dynamic>?> getCartDetails()

Returns the current cart details, or null if the cart is empty.

Note: Only supported on iOS.

Implementation

Future<Map<String, dynamic>?> getCartDetails();