collectBankAccountToken abstract method

Future<FinancialConnectionTokenResult> collectBankAccountToken({
  1. required String clientSecret,
})

Methods related to financial connections

Implementation

Future<FinancialConnectionTokenResult> collectBankAccountToken(
    {required String clientSecret});