collectBankAccountToken method
Future<FinancialConnectionTokenResult>
collectBankAccountToken({
- required String clientSecret,
override
Methods related to financial connections
Implementation
@override
Future<FinancialConnectionTokenResult> collectBankAccountToken(
{required String clientSecret}) {
throw WebUnsupportedError.method('collectBankAccountToken');
}