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