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