collectFinancialConnectionsAccounts method
Future<FinancialConnectionSessionResult>
collectFinancialConnectionsAccounts({
- required String clientSecret,
override
Implementation
@override
Future<FinancialConnectionSessionResult> collectFinancialConnectionsAccounts(
{required String clientSecret}) {
throw WebUnsupportedError.method('collectFinancialConnectionsAccounts');
}