collectBankAccountToken method

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

Methods related to financial connections

Implementation

@override
Future<FinancialConnectionTokenResult> collectBankAccountToken(
    {required String clientSecret}) {
  throw WebUnsupportedError.method('collectBankAccountToken');
}