presentApplePaySetup method
Launches the system Wallet setup flow so the user can add a card for
Apple Pay. Mirrors ZeroSettle.shared.presentApplePaySetup() on iOS.
Implementation
@override
Future<void> presentApplePaySetup() async {
await methodChannel.invokeMethod('presentApplePaySetup');
}