menu
stripe_api_2 package
documentation
stripe_api.dart
Stripe
createBankAccountToken method
createBankAccountToken method
dark_mode
light_mode
createBankAccountToken
method
Future
<
Token
?
>
?
createBankAccountToken
(
StripeCard
card
)
Implementation
Future<Token?>? createBankAccountToken(StripeCard card) async { return null; }
stripe_api_2 package
documentation
stripe_api
Stripe
createBankAccountToken method
Stripe class