canAddCardToWallet method
check if a particular card can be provisioned with the current app on this particular device. Throws StripeException in case creating the token fails.
Implementation
Future<CanAddCardToWalletResult> canAddCardToWallet(
CanAddCardToWalletParams params,
) async {
return await _platform.canAddCardToWallet(params);
}