getPlatformBankAccountForm function

BankAccountFormInterface getPlatformBankAccountForm(
  1. PayEngineConfig config
)

Implementation

BankAccountFormInterface getPlatformBankAccountForm(PayEngineConfig config) =>
    throw UnsupportedError(
        'Cannot create a BankAccountForm without the packages dart:html or dart:io');