getPlatformPayEngine function
Implementation
view_interface.IPayEngine? getPlatformPayEngine(
String type,
PayEngineConfig config,
Map<String, String> params,
Function(Map<String, dynamic>)? onEvent) {
return PayEngineNative(
type: type, config: config, params: params, onEvent: onEvent);
}