presentApplePaySetup method

Future<void> presentApplePaySetup()

Launches the system Wallet setup flow so the user can add a card for Apple Pay. Mirrors ZeroSettle.shared.presentApplePaySetup() on iOS.

Implementation

Future<void> presentApplePaySetup() {
  throw UnimplementedError(
    'presentApplePaySetup() has not been implemented.',
  );
}