BankAccountFormNative constructor
BankAccountFormNative({
- Key? key,
- required PayEngineConfig config,
Implementation
BankAccountFormNative({Key? key, required this.config}) : super(key: key);