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