getApplePayToken method

Future<NoonApplePayToken?> getApplePayToken(
  1. NoonApplePayConfig config
)

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.');
}