PayEngineNative constructor
const
PayEngineNative({})
Implementation
const PayEngineNative(
{Key? key,
required this.type,
required this.config,
required this.params,
this.onEvent})
: super(key: key);