getApplePayToken method
Presents the native Apple Pay sheet and returns the resulting token.
Returns null if the user cancels the sheet.
Implementation
Future<NoonApplePayToken?> getApplePayToken(NoonApplePayConfig config) {
throw UnimplementedError('getApplePayToken() has not been implemented.');
}