openApplePaySetup method

Future<void> openApplePaySetup()

Opens the UI to set up credit cards for Apple Pay.

Implementation

Future<void> openApplePaySetup() async {
  await _platform.openApplePaySetup();
}