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