getPlatformBankAccountForm function

BankAccountFormInterface getPlatformBankAccountForm(
  1. PayEngineConfig config
)

Implementation

BankAccountFormInterface getPlatformBankAccountForm(PayEngineConfig config) {
  return BankAccountFormWeb(config: config);
}