BECSFormNative constructor

BECSFormNative({
  1. Key? key,
  2. required PayEngineConfig config,
})

Implementation

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