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