retrieveCustomerSheetPaymentOptionSelection method

Future<CustomerSheetResult?> retrieveCustomerSheetPaymentOptionSelection()

Retrieve the customer sheet payment option selection.

Implementation

Future<CustomerSheetResult?>
    retrieveCustomerSheetPaymentOptionSelection() async {
  await _awaitForSettings();

  return _platform.retrieveCustomerSheetPaymentOptionSelection();
}